Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```