Skip to content

gnarlinsky/metaTicTacToe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

metaTicTacToe

Web based Meta Tic-Tac-Toe game in Python for Google App Engine. Play at http://metatictactoe.appspot.com/

User identity is managed by browser cookies using gaesessions. Game updates are pushed to users via the Google Channel API.

Datastore models (User and Game) are defined in Models.py AI strategy is defined in Ai.py

Created 2013 @author: vbrown

About

Web-based variation on tic-tac-toe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.8%
  • CSS 6.7%
  • JavaScript 6.5%