crew-game

Python implementation of the crew board game


License
MIT
Install
pip install crew-game==0.1.0

Documentation

Crew Board Game

An in-progress implementation of the crew board-game with some helper scripts for an over-the-board (OTB) game. This repository will host three separate but related projects.

  • crew_helper: A simple CLI+TUI utility to randomize goals for an OTB game
  • crew_backend: A FastAPI backend to host an an online game.
  • crew_frontend: A React frontend to play an online game.

For installation and development instructions looking at the README in the respective folders.