Skip to content

Board game made with Python Curses. Be a contestant in a variety of TV Shows from the comfort of your own terminal.

Notifications You must be signed in to change notification settings

Rosalina121/curses-board-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Game Show board game in Python Curses

...yeah Example with Nerd Fonts Example with Nerd Fonts

Wat

I'm working on a board game and decided to prototype it in curses rather than cardboard, or anything reasonable to be honest.

Run

python3 -m venv env
source env/bin/activate
python3 main.py

Options:

Defaults are 4 players without NF.

  • -p --players - specifies player count. Max is 5 due to my arbitrary screen constraints.
  • -c STRING --custom STRING - specify custom characters for players
    • ex: -c a1*+ will make players a, 1, * and +
  • -n --nerd-font - enables Nerd Font

About

Board game made with Python Curses. Be a contestant in a variety of TV Shows from the comfort of your own terminal.

Resources

Stars

Watchers

Forks

Languages