asteroids/README.md

20 lines
651 B
Markdown
Raw Normal View History

2017-12-26 23:38:58 +01:00
Asteroid Game:
The Goal is to shoot all asteroids and enemies!
Don't get hit by asteroids or enemy bullets (they hurt...)!
2017-12-26 23:36:19 +01:00
Default controls:
2017-12-26 23:38:58 +01:00
Accelerate: W
Turn left: A
Turn right: D
2017-12-27 19:25:52 +01:00
Shoot: SPACE
Installation Guide:
You need SDL2.dll, SDL2_ttf.dll and SDL2_image in the working directory of the compiled executable to run it properly!
Download SDL 2.0: https://www.libsdl.org/download-2.0.php
Download SDL2_image 2.0: https://www.libsdl.org/projects/SDL_image/
Download SDL2_ttf 2.0: https://www.libsdl.org/projects/SDL_ttf/
You for compilation you need the developement libraries (MinGW 32 or 64 bit)