/Sudoku

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

Primary LanguagePython

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>