Skip to content

These are two, simple games made on HTML5 canvas with JavaScript.

Notifications You must be signed in to change notification settings

hemantha1992/html5-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These are two simple games that I made on HTML5 canvas with JavaScript.

  1. One of them is a coin game: you are given 10 coins, placed on a 7 x 5 grid, that form a triangle. The user is supposed to invert the triangle, moving just three of them. Any attempt to make more than three moves will result in a warning, prompting the user to refresh - for a fresh start.
  2. The second game is an interactive crossword puzzle: the user can drag the letters from an list and fill it in, in order to complete a hilarious puzzle.
  3. The coin game in action: https://www.vivaxsolutions.com/web/html5-canvas-coin-game.aspx
  4. The crossword puzzle in action:https://www.vivaxsolutions.com/web/html5-canvas-crossword.aspx