HTML

Tic Tac Toe Game Using JavaScript

Submitted by razormist on
Tic Tac Toe Game with Source Code is a JavaScript project that is a multiplayer game where the player take turns marking the spaces in a 3×3 grid. The program was developed using JavaScript, CSS and HTML. The program is very easy to play with, the players must put X and O in a grid like table in order to play the game. The first player who succeeds in placing three of their marks in a (horizontal

Maze Game Using JavaScript

Submitted by razormist on
Maze Game with Source Code is a JavaScript project that is a single-player game where the player has to escape from the maze within a given time. The program was develop using JavaScript, CSS and HTML. The program is very easy to navigate, the player can move via keyboard (Arrow Keys or W, A, S, D). The level is generated randomly that comes with different mazes. The player must continue to move