How to Play - loddit/sudoku GitHub Wiki
SUDOKU is a multiplayer sudoku game, is differert from classical solo mode.
Tips
- Understand sudoku rule before you play.
- This online game depends on network access.
- You will get a warning when some grid is wrong obviously, but it not means gird without warning is correct!
- It`s hard to go forward when somewhere is wrong, so be careful to fill each grid.
- You try to fill some grid ,I should tell your team you are tring out. you can take a screenshot help you came back.
- You can not change grid that other player filled, unless it is obviously wrong or its player is offline.
- After game started, if the number of players who pressed "Restart require" above a half of online players. Game will restart in seconds.
- Timer start with first player join inใ
- Chatroom is desgin for teamwork, and you can play this game on your iPhone.
To Own Your SUDOKU
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 (run at your local) cd somewhere && meteor deploy subdomain.meteor.com (deploy your game online) Powerd and hosted by Meteor. see more