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
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: |
- Fork it
- Create your feature branch:
git checkout -b my_new_feature
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin my_new_feature
- Submit a Pull Request 😎
MIT License Copyright (c) 2018 MD Hasnain