An open API service indexing awesome lists of open source software.

https://github.com/nxhawk/caro-online

Caro game is a close folk game with everyone especially students. Caro game originated from Japan with the name Gomoku. Caro can play on paper or simply draw land and use other colored stones to play so close to everyone. Caro is a game with simple rule. Whoever has 5 consecutive pieces is the winner.
https://github.com/nxhawk/caro-online

game-online-multi-player mutilthread network pygame python3 socket-programming tic-tac-toe tkinter-gui

Last synced: over 1 year ago
JSON representation

Caro game is a close folk game with everyone especially students. Caro game originated from Japan with the name Gomoku. Caro can play on paper or simply draw land and use other colored stones to play so close to everyone. Caro is a game with simple rule. Whoever has 5 consecutive pieces is the winner.

Awesome Lists containing this project

README

          

# Caro Online

Caro game is a close folk game with everyone especially students. Caro game originated from Japan with the name Gomoku.
Caro can play on paper or simply draw land and use other colored stones to play so close to everyone.
Caro is a game with simple rule. Whoever has 5 consecutive pieces is the winner.

## How to run game
run "server.py" -> run "game.py" -> run "game.py" -> play game !DONE

## Set up terminal run game
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/screen.png?raw=true)

## Login page
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/login.png?raw=true)

## Player 1
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/player1.png?raw=true)

## Player 2
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/player2.png?raw=true)

## Game play screen
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/gameplay.png?raw=true)

## Server side
![image](https://github.com/nxhawk/Caro-Online/blob/master/img/server.png?raw=true)