This is a chat room game named "Mafia" or known as "Werewolf" (Wikipedia) based in a terminal UI, using a typical server/clients design.
Working:
- User Interface
- Room creation screen
- Sever - Clients communication (server distributes game info to all players)
- First player creates room | Other players wait until game created
- Chat functionality
In progress:
- Game logic (Backend)