Giter Site home page Giter Site logo

tic-tac-toe-game's Introduction

Tic Tac Toe game

version: 1.1

It's simple, client-server (via INET-stream-sockets) game with gui-client on GTK2.

There are console and GUI versions of client.

Requirements:

  • python >= 2.7
  • gtk >= 2.16

How to play

Local

  1. Clone repo ( git clone https://github.com/Frodox/tic-tac-toe-game.git )
  2. Start server ( ./tic-tac-server.py )
  3. Start client console or gui version ( ./tic-tac-client.py )
  4. Enjoy.

With friends

  1. Clone repo
  2. Player_1 starts a server in multiplayer mode on some port, like ./tic-tac-server.py -m -p 7777 (default port -- 64501); there is only console version of server
  3. Player_2 starts a console/gui client like ./tic-tac-client.py --host <player 1 IP> --port PORT
  4. Enjoy

License: GPL v3

tic-tac-toe-game's People

Watchers

James Cloos avatar Lê Khôi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.