Board game written in Python.
Will render either in the console using curses or on the 8x8 LED grid on a Raspberry Pi with the PiHat sensor interface used by AstroPi.
To run:
cd src python main.py
To install:
pip install curses
For windows, may need curses library:
pip install wheel
Download curses .whl from here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
pip install curses‑2.2+utf8‑cp27‑cp27m‑win32.whl