
i have attached it on message ...
I'm expecting your comments about this game

i made it in really short time so it is sucky a little bit but ill maybe add some of features like sound, powerups and stuff like that

enjoy
Boris
Moderator: Moderators
Code: Select all
//Instead of this:
//Speed = Speed + 0.01;
//Do this instead
Speed += 4 * App.DeltaTime;