A hand cricket type game made using client-server architecture. Communication between client-server is done by using socket connection. Project made using Django.
For running the project =>
- Install python and Django.
- Clone this git repo.
- Run command "python manage.py runserver".
- Go to "http://localhost:8000/" to see the project running.