This project contains a simple space shooter game coded and designed in C language in the "mkeykernel" environment.
The game is quite simple. You control a spaceship and must maneuver it up and down to avoid enemy spaceships. However, be careful, as your ship can be destroyed by collision or enemy fire!
- Move Up: Press W key (if not working, try Up arrow key)
- Move Down: Press S key (if not working, try Down arrow key)
- Shoot: Press Space key
To run this game, you'll need a C compiler and the "mkeykernel" environment.
- Navigate to the directory where the project is located.
- Compile the code:
gcc main.c -o space_shooter
- Start the game:
./space_shooter
This project is open source, and we welcome contributions. If you find a bug or want to add new features, please open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.