/nim-zero

Nim Type Zero game recreated from Kakegurui

Primary LanguagePythonMIT LicenseMIT

Nim Type Zero

This is an attempt to create the game "Nim Type Zero" from the show Kakegurui

It is written in Python and is text-based, meant to be played on a terminal.

Rules and reference can be found here: https://kakegurui.fandom.com/wiki/Nim_Type_Zero

Usage

$ python main.py

TODO

  • Implement folding, I got lazy
  • Rewrite using curses for better UI
  • Implement a multiplayer server using TCP
  • Better README
  • Better project layout