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

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

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