Skip to content
/ games-js Public

Implementation of various popular games using plain Javascript.

Notifications You must be signed in to change notification settings

ptp28/games-js

Repository files navigation

Javascript Games

Implementation of various popular games using plain Javascript.

There are currently six games available -

  1. Snake
  2. Rock-Paper-Scissor
  3. Ping-Pong
  4. Tetris
  5. Flappy Bird
  6. Brick Breaker
  7. Goblin Hunt
  8. Melody Makers

Games :

1. Snake

  • Single player game.
  • Uses HTML canvas.
  • Uses keyboard buttons - left, right, up, down arrow keys - for controlling the movement of the snake.

2. Rock-Paper-Scissor

  • Player vs. Computer game.
  • Implemented basic animations for hands.

3. Ping-Pong

  • Player vs. Computer game.
  • Uses HTML canvas.
  • Implemented sound effects.

4. Tetris

  • Single player game.
  • Uses HTML canvas.
  • Uses keyboard buttons - left, right, up, down arrow keys - for controlling the placement of the objects.

5. Flappy Bird

  • Single player game.
  • Uses HTML canvas.
  • Uses keyboard buttons for controlling the bird.

6. Brick Breaker

  • Single player game.
  • Uses HTML canvas.
  • Added sound effects.
  • Uses keyboard buttons - left arrow key and right arrow key - for controlling the paddle.

7. Goblin Hunt

  • Single player game.
  • Uses HTML canvas.
  • Added sound effects.
  • Uses keyboard buttons - left arrow key and right arrow key - for controlling the hero.

8. Melody Makers

  • Piano

* Xylophone

9. Hangman

  • Single player game.
  • Guess the word.

10. Typing Test

  • Single player game.
  • Type the given words until the time runs out.

11. Dino-Run

  • Single player game.
  • Cloned from the popular game included in the Chromium project.

References :

Releases

No releases published

Packages

No packages published