Skip to content

simple tictactoe multiplayer game over the http

Notifications You must be signed in to change notification settings

pawitpr/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE TICTACTOE GAME IMPLEMENT IN GOLANG AS A SERVER AND PYTHON AS A CLIENT ;

Server Build :

    # Require Go 1.2 + 
    go build server.go
    # else there are error then you can try this
    go mod download && go build server.go
    # Windows
    ./server.exe 
    # Linux or Mac
    chmod +x server
    ./server

Or directly download the binary https://github.com/pawitpr/tictactoe/releases/tag/publish

Client :

    cd client
    cd python

    python main.py

Download the all pre-build binary from: https://github.com/pawitpr/tictactoe/releases/tag/publish"

Contributing is always Open

For the contribute just fork the repo and add some usefull changes and create a pull request