Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasilyte/gmtk2023
A 2D real-time strategy game made for a GMTK2023 game jam
https://github.com/quasilyte/gmtk2023
2d ebiten ebitengine game gmtk gmtk-2023 indiegame pixel-art rts strategy strategy-game
Last synced: 3 months ago
JSON representation
A 2D real-time strategy game made for a GMTK2023 game jam
- Host: GitHub
- URL: https://github.com/quasilyte/gmtk2023
- Owner: quasilyte
- License: mit
- Created: 2023-07-07T14:49:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T09:03:05.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:48:20.369Z (3 months ago)
- Topics: 2d, ebiten, ebitengine, game, gmtk, gmtk-2023, indiegame, pixel-art, rts, strategy, strategy-game
- Language: Go
- Homepage: https://quasilyte.itch.io/assemblox
- Size: 9.43 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GMTK 2023 Project
A game submitted to [GMTK 2023](https://itch.io/jam/gmtk-2023) game jam.
Play in browser: https://quasilyte.itch.io/assemblox
Gameplay video: https://www.youtube.com/watch?v=XOPLgxcuFdk
## Running the game
1. Install Ebitengine system dependencies for your OS.
2. Build & run the game with Go```bash
go run ./cmd/game
```