Skip to content

A multiplayer game in which an uninformed majority tries to outwit an informed minority.

Notifications You must be signed in to change notification settings

bob9952/2021_Mafia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

2021_Mafia

Codacy Badge

A multiplayer game in which an uninformed majority tries to outwit an informed minority.

Prerequisites for building

Golang: https://golang.org/doc/install

GTK3 binding for GO: https://github.com/gotk3/gotk3

Building

Clone this repository:

git clone https://github.com/matf-pp/2021_Mafia

Position to the folder you cloned. To build the client position in the client directory and run:

go build

To build the server position in the server directory and run:

go build

Running

To run the server position in the server directory and run:

./server

To run the client position in the client directory and run:

./client

Commands

To list the game's commands type /help into the bottom text box. With those you can join and leave rooms, see all available rooms and list all the players in the current room.

Gameplay

alt text alt text

Authors

  • Aleksandar Stefanovic
  • Matija Lojovic
  • Nikola Subotic

About

A multiplayer game in which an uninformed majority tries to outwit an informed minority.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.7%
  • CSS 4.7%
  • Shell 0.6%