Skip to content

Simple client-server game in Twisted

Notifications You must be signed in to change notification settings

alekz/game-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a very simple game server and a command-line client for Tic-Tac-Toe game written in Twisted, for education purposes. It allows two players to connect to a server and play with each other.

I chose Tic-Tac-Toe because it is the simplest game I could think of; the goal is to learn network programming in Twisted.

Usage:
"./run-server" to run the server using the default port (20000)
"./run-client" to run the client using the default port (20000)

You need to connect two clients to the server in order to start the game.

About

Simple client-server game in Twisted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages