Skip to content

Sudoku is a brain teaser game that helps to train thinking, but it would be extremely boring to keep playing single player so I added multiplayer to the game.

License

Notifications You must be signed in to change notification settings

SilverTD/SudokuM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuM v1.3

About

  • Sudoku is a great thinking puzzle game, but it's even better when it's an online game like that you can play with friends while away from each other.
  • The game uses HTML / CSS / JS and uses PUBNUB for the server.
  • I originally made this game mainly to play with my sister (when my sister was away).
  • But later on i develop it further to play with my foreign friends.

Tutorial

The game has 2 modes:

Singleplayer
  1. In main menu press the Play single button.
  2. Choose the level you want to play (easy, medium, hard, impossible)
  3. Press create button.
  4. Enjoy the game !
Multiplayer
  1. In main menu press the Create button.
  2. Choose the level (easy, medium, hard, impossible)
  3. Add room name.
  4. Press the input (room name) and press enter to create a new room.
  5. Waiting for your opponent.
  6. Once your opponent has joined the room, the game will start automatically.
  7. Enjoy the game !

Rules

  • Sudoku is played on a grid of 9 x 9 spaces. Within the rows and columns are 9 “squares” (made up of 3 x 3 spaces). Each row, column and square (9 spaces each) needs to be filled out with the numbers 1-9, without repeating any numbers within the row, column or square.
  • If the player enters the correct number, 1 point will be added, otherwise if the player is incorrect, 3 points will be deducted.
  • The person with the highest score wins.

About

Sudoku is a brain teaser game that helps to train thinking, but it would be extremely boring to keep playing single player so I added multiplayer to the game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published