Skip to content

VirajPatidar/Javascript-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Games

A collection of games built using JavaScript

1. Tap Music

Link to the Tap Music Game: https://virajpatidar.github.io/Javascript-Games/Tap-Music/
A game where the user can create music/tunes by selecting from a given set of notes/beats. Each key corresponds to a particular beat or tune.

2. Sling Shot

Link to the Sling Shot Game: https://virajpatidar.github.io/Javascript-Games/Sling-Shot/
A game where the user has to bring down a wall using sling shot. This game uses Matter.js physics engine to make the game more realistic.

3. Snake Game

Link to the Snake Game: https://virajpatidar.github.io/Javascript-Games/Snake-Game/
A classic snake game where the snake grabs its food to grow while avoiding any sort of collision.

4. Tic-Tac-Toe

Link to the Tic-Tac-Toe Game: https://virajpatidar.github.io/Javascript-Games/Tic-Tac-Toe/
A tic-tac-toe game where the user competes against the computer to win.