#SUDOKU Demo [unstable]
SUDOKU is a multiplayer sudoku game, open source under GPL Lisence.
This game is currently in development. rule and interface is uncertain, fork me and pull request for your good idea.
System is desgined for only one gamespace, to deploy by yourself is strongly recommended.
Deploy step:
- curl install.meteor.com | sh (install Meteor, your need install MongoDB and Node.js first)
- git clone this repo to somewhere
- cd somewhere && meteor add insecure
- cd somewhere && meteor (run at your local)
- cd somewhere && meteor deploy subdomain.meteor.com (deploy your game online)
Powerd and hosted by Meteor. see more
Todo list
- Use Games model for puzzle storage[Doing]
- Use coffeescript[Done]
- Use Less[Done]
- Design Rule (Bouns and Penalty)
- Use Cookie to remember player status[Done]
- Save Best record[Done]
- Timer system[Done]
- Finish notice[Done]
[update] meteor add new authentication APIs after 0.5.0, if you can't access and update database ,try this command:
> meteor add insecure