Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 257 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 257 Bytes

Mastermind

A simple implementation of the original board game, Mastermind, played between 1 player and a server.

finalProjectServer.py is in charge of running the game and its client counterpart responds to it over a network connection to play the game.