DEV Community

Takane Ichinose
Takane Ichinose

Posted on

Endless Run Game: Car Race

Endless run game: Car Race

Although this is not a racing game.

I made this game few years ago.

I really liked playing games back then, so I tried to make my own games.

I was studying the concept of game development. This game is inspired by a game in a brick game way back 90's.

I used base64 images for sprites (I feel sad, that it made my source code really dirty). I hope, I could get my "pro" badge when I get an increase.

The next step I am going to do here; is I am going to add a sound (Of course for better microinteractions).

After that, I also want to improve the source code, based on my latest standard way of coding.

About the game:

You are going too fast in the highway (Be careful not to be caught). Just dodge all the white cars.

Your score is the the top left corner of the "screen".

Controls:

Left, Right arrow keys. Yeah, you literally just need to dodge them.

Top comments (1)

Collapse
 
ijosbuttler11 profile image
ijosbuttler11

Wow, your endless run game sounds nostalgic and fun! The brick game inspiration from the 90s is a cool touch. Adding sound for better microinteractions is a great idea, and cleaning up your code will definitely help you improve. Can't wait to see the updated version with the new features on dodge repair!