https://github.com/reesmichael1/gridz
A electrical grid management board game. Mirror of https://git.sr.ht/~reesmichael1/gridz
https://github.com/reesmichael1/gridz
Last synced: 12 months ago
JSON representation
A electrical grid management board game. Mirror of https://git.sr.ht/~reesmichael1/gridz
- Host: GitHub
- URL: https://github.com/reesmichael1/gridz
- Owner: reesmichael1
- License: gpl-3.0
- Created: 2020-06-03T02:16:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T23:52:49.000Z (over 1 year ago)
- Last Synced: 2025-03-26T17:46:54.225Z (over 1 year ago)
- Language: Zig
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gridz
A [Power Grid](https://en.wikipedia.org/wiki/Power_Grid) inspired game.
## Requirements
`gridz` is developed on [the master branch of Zig](https://ziglang.org). You should be simply able to run `zig build run`.
## Roadmap
The complete gameplay will be implemented as a CLI game. After the internals are complete, a GUI will be added. It's possible the GUI will be optional and the CLI interface will continue to be maintained separately.
Currently, you can play through the first two stages, but the third stage is not implemented yet. For development, `gridz` uses a hard-coded map and player list, but these will be made customizable before the first release.
## Gameplay
`gridz` has very similar gameplay to [Power Grid](https://en.wikipedia.org/wiki/Power_Grid), which is a fantastic game! A separate set of rules is not yet available, but if you are familiar with Power Grid, you will know how to play `gridz`.