This game is about Jonny the brave, he needs to go from the starting point to the finish line. The game contains a board and Jonny the brave can move between the board slots. The board will contain good things like items to make Jonny stronger but also monsters.
Can you arrive at the destination point before getting killed by monsters?
-
A board of 25x25 slots with the player/monsters on the board slots.
-
A player can move using the arrow keys, he will move 1 slot for every key pressed.
-
The board will contain your player, monsters, and pick up items (+10 hp, +5 attack).
-
Each pick up item will upgrade the player status.
-
The player will start the game with 100 health points.
-
When the player will move into a slot with a monster on it he will enter combat. For each combat turn, the player will attack the monster, and the monster will attack the player and vice versa. The battle will end when some one will run out of hp.
- Download nodejs
- Clone the project
- In the project directory, open Terminal and run
npm start. - Start to play!