canvas game

Canvas Knight's Tour

Canvas Knight's Tour

What is it? Knight’s Tour is a chess puzzle in which the task is to move a knight across the chess board by standard knight moves. The only restriction is that the knight cannot visit the same square twice. The puzzle is said to be completed if the knight visited all squares on the board. The classic Knight’s Tour problem can be extended to any board size (larger than 4). In this game you can test all different board size. Features Graphics ...

Tic Tac Toe

Tic Tac Toe

An immersive game of Tic Tac Toe written in JavaScript using the HTML5 canvas feature. It features a local two player mode, and an Artificial Intelligence one player mode on “easy” mode and “hard” mode. This game comes with an index.html file (for displaying the canvas) and a javascript files (both compressed and uncompressed) with the full game engine code for modifications. It includes a css file for styling the index page, as well as the...