https://github.com/neo-ciber94/gdevelop-jump2survive
A GDevelop game inspired in the DocenTEK tutorial
https://github.com/neo-ciber94/gdevelop-jump2survive
Last synced: 8 months ago
JSON representation
A GDevelop game inspired in the DocenTEK tutorial
- Host: GitHub
- URL: https://github.com/neo-ciber94/gdevelop-jump2survive
- Owner: Neo-Ciber94
- Created: 2022-05-29T18:51:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T19:19:50.000Z (over 3 years ago)
- Last Synced: 2025-01-06T17:47:23.677Z (10 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jump2Survive - The Sequel
[](https://liluo.io/neociber/jump2survive---the-sequel)
[](https://subtle-wisp-6a6979.netlify.app/)
[](https://app.netlify.com/sites/subtle-wisp-6a6979/deploys)
A GDevelop game created following the Youtube tutorial of [DocenTek](https://www.youtube.com/watch?v=YjWIfsCkXz0&list=PL3iamrHNJqUeOhQi9vSfJEbCLUcv1PpD9&index=1&ab_channel=DocenTEK).
## Try it
- Lilio: https://liluo.io/neociber/jump2survive---the-sequel
- Netlify: https://subtle-wisp-6a6979.netlify.app## Features
Although the game was following a tutorial there are some changes that were made, these are the features:
- 3 HP and 3 Max HP
- WASD Movement, but also movement with the directional keys like the original
- Jumping with `W` and `spacebar`
- Shooting with `Z` and `Left` mouse click
- Invulnerability, when the player is hit will have 2 seconds of invulnerability
- Regeneration, if the player HP is lower than the `Max HP` the player will recover 1 HP after 20 seconds
- Bonuses, the player will get extra lives each N enemies killed, where N increment by 2 each time the bonus is applied, so the first extra lives is at 10 enemies killed, the other after 20, then after 40 and so on.
- Random enemies, there is a 5% changes a new enemy will spawn randomly
- After an enemy is killed a new one will spawn randomly