JavaScript

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

The Snake Game Using JavaScript

Submitted by razormist on
The Snake Game with Source Code is a JavaScript project that is a single-player game which is very popular and enjoyable game. The program was created using jQuery, CSS and HTML. The program is very easy to play, the player has to control the three green square shaped box (the snake) to play. You just have to press the arrow keys to move the snake, your goal is to eat those green boxes to grow