Mini Jetpack
Mini Jetpack is a simple game to learn Go and Ebitengine, for desktop (Windows) and web.
GitHub • Play online
Made with Golang | Ebitengine | InkScape | Piskel | Bfxr
Main Features
- Play desktop (Windows): This is a game that can be played in desktop (Windows).
- Play in web: This is a game that can be played in a modern web browser.
- Level editor: The player can make their own levels.
Development Best Practices
- Unit testing: Uses Go testing capabilities to make unit testing.
- TDD: Made with TDD when its possible.
- OOP: Using Oriented Object paradigm style.
- Documentation: Documenting tasks.