This is an Arcade style space shooter game where players control a spaceship and engage in battles against enemies.
- Movement: Arrow keys or WASD keys
- Shoot: Spacebar or Left Mouse Button
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a new Pull Request