Skip to content

yassck02/FamilyFeud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family Feud 🧠 🏆 💵

A text-based Family Feud game build on a client-server architecture

License: GPL v3

img00001 img00004 img00003

Run

To start the server, run the script found at /run/server.command. To start the client, run the script found at /run/client.command. Because the .command files are bash scripts, windows users will have to run them with a tool like cygwin. All server code is found in the /src/server.py file and all client code is cound in the /src/client/ folder. The entry point for the client is /src/client/main.p

Architecture

The game consists of 2 main parts, the client and the server. The server holds and serves the data such as the questions and takes care of login/registering functionality. The client handles the display of information via a text-based ui and haldles user input such as key and mouse presses.

Contributors

Tools & Frameworks

Notes:

Most terminals support the colored text like is shown in the screenshots but some may not. All terminals support the use of navigation via the up, down, and enter keys, but only a small subset support input and button clicks via the mouse.

About

A text-based Family Feud game written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages