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

https://github.com/m0re4u/re-pair-go

Engo (Golang) port of our GGJ2020 game Re-Pair
https://github.com/m0re4u/re-pair-go

engine engo games ggj golang repair rts

Last synced: 6 months ago
JSON representation

Engo (Golang) port of our GGJ2020 game Re-Pair

Awesome Lists containing this project

README

          

# re-pair-go

## Pathing
Pathing uses a customized A* algorithm, adapted from [here](https://github.com/nickdavies/go-astar).

## TODOs
- Collision
- Combat
- Camera scrolling
- World
- More units