Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 719 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 719 Bytes

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