Let's create a silly game made with Ebitengine following this post https://threedots.tech/post/making-games-in-go/
First run go mod tidy to get the dependencies.
Use go run ., make run or just make.
You will need Go installed.
- Draw the player
- Move the player
- Draw enemies
- Move enemies
- Collisions
- Score
- Animations
- Sound