https://github.com/cwboden/hexobites
hexagonal bug-programming game
https://github.com/cwboden/hexobites
Last synced: 4 months ago
JSON representation
hexagonal bug-programming game
- Host: GitHub
- URL: https://github.com/cwboden/hexobites
- Owner: cwboden
- Created: 2024-12-08T21:43:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T04:44:32.000Z (6 months ago)
- Last Synced: 2025-01-28T00:23:32.875Z (5 months ago)
- Language: GDScript
- Homepage: https://cwboden.github.io/hexobites/
- Size: 9.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexobites
a play on 'hexagon' and 'trilobites', this systemic game involves building hexagonal bugs and letting them roam free, collecting food and becoming the dominant species in the enclosure!## Acknowledgements
this game would not be possible without the support from existing respositories and tools like:
- [Godot Engine](https://godotengine.org)
- [Red Blob Games Hexagon Grid examples](https://www.redblobgames.com/grids/hexagons/)
- [this Godot HexGrid example](https://github.com/romlok/godot-gdhexgrid)