Interactive game project made entirely with GO, where you can control your player, destroy meteors, collect power-ups, all to increase your score.
- Go
- Ebiten package
- Firebase
- Playable on both Desktop and Mobile
- Power-Ups System (Super Shot, Health Recovery, Shield)
- Audio System (Background Music and Sound Effects)
- Combo System
- Wave System
- Responsive Web Tutorial
- Clean Architecture
- Global Leaderboard (Firebase Realtime Database)
- Name Input Modal for Top 10 Scores
- Clone repository
$ git clone https://github.com/Luuan11/go-meteor.git
- Install dependencies
$ go mod tidy
- Run application
$ go run main.go
Made with ๐ by Luan Fernando.