Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.24 KB

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.