Skip to content

nkbt/xo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xo

Advanced tic-tac-toe game with offline mode

Pure frontend offline version is available on GitHub pages.

Installation

  1. Install Vagrant and VirtualBox

  2. Add Ubuntu 12.04 i386 box:

     vagrant box add precise32 http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-i386-vagrant-disk1.box
    
  3. Add salt plugin:

     vagrant plugin install vagrant-salt
    
  4. Checkout project:

     git clone git://github.com/nkbt/xo.git xo
    
  5. Run vagrant:

     cd xo
     vagrant up
    
  6. Go to http://localhost:10080

TODO

  • Vagrant sandbox configuration (Node, Redis)
  • Configure Node app dependencies (package.json)
  • Automatically install NPM dependencies and run Node app
  • BUG: fix dead-end situation
  • FEATURE: rooms
  • FEATURE: backend state validation and sync
  • FEATURE: scores
  • FEATURE: leader board

About

Advanced tic-tac-toe game with offline mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published