https://github.com/gaprogman/javascriptgame
An attempt at learning javascript and HTML5 in the realm of game development
https://github.com/gaprogman/javascriptgame
Last synced: 11 months ago
JSON representation
An attempt at learning javascript and HTML5 in the realm of game development
- Host: GitHub
- URL: https://github.com/gaprogman/javascriptgame
- Owner: GaProgMan
- License: gpl-2.0
- Created: 2013-11-25T20:28:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T15:28:13.000Z (about 6 years ago)
- Last Synced: 2025-03-05T10:14:47.614Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://runaway-game.netlify.app/
- Size: 813 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### javascriptGame - Run Away
Run Away is a Javascript/HTML5 game where the player must run away from the enemies.
The hero of the game  descides to go on a walk through the forest, when he is suddenly cornered by monster . The monster wants to eat the hero... because that's how video games work.
Monsters are known to give chase at full speed for a short time before they become fatigued and must slow down. This is the key to the hero's survival: learn the pattern of the monster's fatigue level, and the hero will survive.
The hero has lived a life of luxury and has never taken fencing lessons, therefore he is unable to fight against the monster. His fear level gives him a greater level of stamina than most of the monsters, however he will soon become fatigued if he constantly runs away from the monsters. Remember, hero, you must take a rest every so often.