Sonic Velocity (Demo Version Released!)

Talk about making games.

Re: Sonic Velocity (Demo Version Released!)

Postby bat78 » Wed Apr 03, 2013 8:27 pm

Hey, i plaid on your game and i completely finished, the problem is... i want more :cry:
Last edited by bat78 on Wed Apr 03, 2013 8:29 pm, edited 1 time in total.
The future of "Game-Editor" here
User avatar
bat78
 
Posts: 816
Joined: Sun Dec 14, 2008 9:13 pm
Location: Bulgaria, Sofia
Score: 88 Give a positive score

Re: Sonic Velocity (Demo Version Released!)

Postby bat78 » Wed Apr 03, 2013 8:28 pm

By the way, i have some ideas, the sliding took my attention.. Would do you like to put dashing animation/speedcontroll like this:
Code: Select all
char*key=GetKeyState();
if (key[KEY_RIGHT]==1) {
double speed;
speed=speed+0.2;
counterspeed=counterspeed+0.2;
speedometer.textNumber=speedometer.textNumber+0.2;
x=x+speed;
                       }
                       else {
                           counterspeed=counterspeed-0.2;
                            }

if (key[KEY_RIGHT]==0) {
    double speed;
    speed=0;
    speedometer.textNumber=0;
                       }


if (key[KEY_RIGHT]==0 && key[KEY_LEFT]==1 && counterspeed>30) {
    epilete.r=100;
    epilete.g=255;
    epilete.b=255;
    counterspeed=counterspeed-0.9;
    //Colors for example, you can use sonic dashing animation;
                                           }

else {
    epilete.r=255;
    epilete.g=255;
    epilete.b=255;
    //return animation
     }
 
     if (counterspeed<1) {
         counterspeed=0;
                         }
//and you will set the backward speed only
//epilete=sonic =D
The future of "Game-Editor" here
User avatar
bat78
 
Posts: 816
Joined: Sun Dec 14, 2008 9:13 pm
Location: Bulgaria, Sofia
Score: 88 Give a positive score

Re: Sonic Velocity (Demo Version Released!)

Postby knucklecrunchgames » Thu Jun 26, 2014 4:02 pm

Was this cancelled?
User avatar
knucklecrunchgames
 
Posts: 1071
Joined: Wed Nov 21, 2012 8:01 pm
Location: In gameEditor.exe
Score: 17 Give a positive score

Re: Sonic Velocity (Demo Version Released!)

Postby Zivouhr » Fri Jul 25, 2014 4:13 am

I only glanced over the graphics and some details, and this looks great. Were you able to create the graphics from scratch, creating them yourself? I am guessing that is the case.
City of Rott Game created on Game Editor http://cityofrott.wordpress.com/
User avatar
Zivouhr
 
Posts: 549
Joined: Sat May 17, 2014 2:12 pm
Score: 59 Give a positive score

Previous

Return to Game Development

Who is online

Users browsing this forum: Google [Bot] and 1 guest

cron