Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 711 Bytes

Playground

A 1-2 day hobby projects.

DEMO: http://sn-playground.surge.sh/

Projects included:

  1. Tic-Tac-Toe : HTML(Canvas)/ JavaScript tic-tac-toe game. Or kind of tic tac toe game, as board size and wining strike is configurable. Game support multiplayer by using socket.io and node server.

  2. Number puzzle game : Order the number in the board to win the game. Size of the board is configurable.

  3. Snake: Classic snake game using only HTML and JavaScript - no canvas included.

  4. Conway's Game of Life : More about game http://en.wikipedia.org/wiki/Conway's_Game_of_Life

  5. Snake and ladders two player dice board game. Be first to 100 to win