/fend-arcade-game

Classic Arcade Game using Advanced JavaScript(Object-Oriented)

Primary LanguageJavaScriptMIT LicenseMIT

frontend-nanodegree-arcade-game

In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.

  • The player can move left, right, up and down
  • The enemies move at varying speeds on the paved block portion of the game board
  • Once a the player collides with an enemy, the game is reset and the player moves back to the starting square
  • Once the player reaches the water (i.e., the top of the game board), the game is won

Demo

Go Live

Browser Support

Edge Chrome Firefox Opera Safari
Latest:white_check_mark: Latest:white_check_mark: Latest:white_check_mark: Latest:white_check_mark: Latest:white_check_mark:

Contribute

  1. Fork it
  2. Create your feature branch: git checkout -b my_new_feature
  3. Commit your changes: git commit -m "Add some feature"
  4. Push to the branch: git push origin my_new_feature
  5. Submit a Pull Request 😎

License

MIT License Copyright (c) 2018 MD Hasnain