Space Invaders in Go using Ebiten.
- Go
- Clone the repository:
git clone https://github.com/akshayxml/spaders.git
cd spaders
- Install dependencies:
go get -u ./...
- Run the game:
go run main.go
- Up, Down arrow keys to select difficulty.
- Space or Enter to start playing.
- Space to fire bullets
- Left, Right arrow keys to move
- Escape to go back to main menu
- Classic Gameplay: Enjoy the nostalgic feel of the original Space Invader game.
- Difficulty Levels: Choose between Easy, Medium, and Deathzone — the latter being so challenging that even the developer struggles to conquer it!
- Music: Immersive audio experience
This project is licensed under the MIT License - see the LICENSE file for details.