Skip to content

A simple Space Shooter game coded and designed in C language in the "basekernel" environment.

License

Notifications You must be signed in to change notification settings

Zer0-Bug/Project_SpaceShooterGame-.-basekernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Space Shooter Game

This project contains a simple space shooter game coded and designed in C language in the "basekernel" environment.

How to Play

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!

Controls

  • 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

Installation

To run this game, you'll need a C compiler and the "basekernel" environment.

  1. Navigate to the directory where the project is located.
  2. Compile the code: gcc main.c -o space_shooter
  3. Start the game: ./space_shooter

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more information.