Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 277 Bytes

Sudoku

This Is a Client-Server Sudoku game with Socket programming for Computer networks lesson

Run server with this command:

python3 server.py <port_number>

Run client with this command:

python3 client.py <server_ip_address> <server_port_number>