CodeInPlace Final Project

by Ankush D

Description

For my final project, I decided to develop a program that facillitates playing the card game Literature, which is a strategy/memorization card game that is similar to go-fish I write this code using a client-server model where up to 6 clients connect to the server through sockets and sending/receiving jsons. My next step in this project is to either put the program on a website so that many clients can communicate with a web server or run this program on a server off of localhost, but I am still looking for ways to do that. .