I know this doesn't compare to the other projects in this forum, but this is my first project
It didn't take long to make but I'm proud of myself.
Any suggestions or criticism is welcome.
The game is named Asteroid, and the objective is to prevent the asteroids from reaching the end of the screen. The first variable set (W) is the speed of the asteroid, feel free to change it but if it isn't a factor of 150 the game might crash when the asteroid reaches the end of the screen.
A gif of gameplay from SourceCoder:
The end screen:
You can change the player and asteroid sprite by changing Str1 and Str2 at the beginning of the program.
The three arrows in the top left are the lives you have left and the number in the top right is your score.
The gif looks choppy but it runs smoothly. I think it looks choppy because of compression from imgbb, if you zoom in sometimes only 1/4 or 3/4 of a pixel is loaded.
It didn't take long to make but I'm proud of myself.
Any suggestions or criticism is welcome.
The game is named Asteroid, and the objective is to prevent the asteroids from reaching the end of the screen. The first variable set (W) is the speed of the asteroid, feel free to change it but if it isn't a factor of 150 the game might crash when the asteroid reaches the end of the screen.
A gif of gameplay from SourceCoder:
The end screen:
You can change the player and asteroid sprite by changing Str1 and Str2 at the beginning of the program.
The three arrows in the top left are the lives you have left and the number in the top right is your score.
The gif looks choppy but it runs smoothly. I think it looks choppy because of compression from imgbb, if you zoom in sometimes only 1/4 or 3/4 of a pixel is loaded.