Skip to content

Liars Dice Game built using Python and Websockets

Notifications You must be signed in to change notification settings

kinern/liars-dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

Liars Dice Websocket Server Client Game

Liar's Dice is a Client Server game made using Python's Websockets.
This was created for my CS Networking class while I was attending University.
It has been updated to use the Asyncio library for handling multiple clients.

The LDWithoutSockets.py file is a version of the game that doesn't have multiple clients.
Instead, it uses simple NPC players for opponents.

How To Run:

Client/Server

run server and clients in seperate terminals.

# python LDGameServer.py
# python LDGameClient.py

NPC Version

# python LDWithoutSockets.py  

About

Liars Dice Game built using Python and Websockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages