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
- Host: GitHub
- URL: https://github.com/m0re4u/re-pair-go
- Owner: m0re4u
- Created: 2020-02-25T08:52:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T15:45:32.000Z (over 5 years ago)
- Last Synced: 2025-02-12T16:35:12.359Z (8 months ago)
- Topics: engine, engo, games, ggj, golang, repair, rts
- Language: Go
- Homepage: http://vandermeer.ai/projects/ggj2020/
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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