The game draws strong inspiration from the survival-adventure spirit of Jumanji storyline, with the where characters are trapped into a dangerous, unpredictable game world filled with escalating challenges. Similarly, this game places the player inside a magical game world where they get stuck into. it is a big jungle realm they must escape by overcoming trials, defeating creatures. To return to reality, the player must conquer different regions (Scorching wilds - hot region; Frozen Platau - cold region) to find the sacred key, which is the only way to unlock the final gate
- Player moves using W/A/S/D keys
- Player hit spaceBar to start a Sword swinging
- If player can gain ability as they progress deeper in the region and collect the crystal and fire-torch item; hit J (first ability) or K (second ability)
- Player starts playing after the FallingDownToEarthState, meaning they just get pulled to this mysterial game world.
- Player has 3-lives, meaning they can be dead and revive, the FallingDownToEarthState comes in to play again.
- If Player dead and have no lives left, they lose and game over.
- Player can discover the map to find our the mini boss to get the key so he can progress to another regions, and finally meet the big boss.
- Player escape the game world once they are holding the key enter the escape gate.
- Player can kill creatures and big boss with his abilities.
- His initial ability can be good for easy creatures, but can be not efficient or not sufficient for later regions and the big boss as it can take long or harder. Futher development:
- Since we have the time limit, if the time runs out and he still unable to get the key they he also lose. (nice-to-have)
- Player can break the barrier, remove object like tree etc, to make his way faster to find the key.
- Explore an open map with different themed regions: 🔥 Scorching Wilds (Hot Region); ❄ Frozen Plateau (Cold Region)
- Fight enemies with AI behaviors
- Collect items (optional) and optionally unlock abilities
- Defeat mini-bosses to open new regions
- Face the final boss and collect the key to finish the game
Managed with state machine system:
IdleStateWalkingStateSwordSwingStatePerformFireFlameStatePerformFrozenBlastStateFallingDownToEartthStateDeadState
- Patrol logic: creatures movement with a certain patern like left, right, up, down.
- Chasing Logic: If player come close within certain radius, creatures start to chase player, the speed increase.
- Attack Logic: when get close to player, they start to attack player
- UI look: they move left and right, not all direction
-
Early creatures small, easy - Spider, Pinkbat
-
Mid creature: more in quantity, a bit stronger, more variety: bomberplant in addition to spider, pinkbat
Bomberplant has different behavior, they stay still. But it explodes the player if player accidentially step on thems. -
Final creature player faces with WaredenBear - the final boss, keeper of the Escape:
- Higher HP
- Larger hitbox
- Stronger damage
- Maybe slower movement
Disclaimer: Due to time constrain, it is more likely that this version only includes 4-group of creatures only with different behaviors or strength: Spider, BomberPlant, Skeleton, WardenBear. The other probably don't include at this point of this version.
- IdleState
- PatrolState
- ChasingState
- DyingState
- IdleState
- PatrolState
- ChasingState (faster movement)
- AttackingState
- HurtState
- DyingState
- AlertState (player nearby, priming to explode)
- ExplodingState (attack animation + AOE damage)
- DyingState (post-explosion).
- IdleState
- ChasingState
- AttackingState
- HurtState
- DyingState
Most of sprites included Purchase and Free Version are used from these link listed below:
- Srites: https://electriclemon.itch.io/citizens-guards-warriors
- Item: Crystal item: https://o-lobster.itch.io/adventure-pack
- Slime, Skeleton: https://game-endeavor.itch.io/mystic-woods
- Bigboss: https://elthen.itch.io/2d-pixel-art-beast-monster-sprites/download/6jj8M_JTtPF6RLjL_YEVA0OL4T0s_vE8l8kHxC5v
- Tile set: https://anokolisa.itch.io/free-pixel-art-asset-pack-topdown-tileset-rpg-16x16-sprites
All wireframe images are stored in the readme_images/ folder and are used for UI layout planning.
Additional in-game backgrounds and sprites will be stored under assets/images/ during production.
The game uses the default in-engine font for UI, menus, and game text. Style for title screen, Pirata One font from google will be used
MystiaJungle
Our game uses a combination of music tracks and sound effects to support
immersion, feedback, and clarity in both exploration and combat. All
sounds are organized into two folders: music/ and effects/.
Background music for game states and environments:
-
title.wav — Title Screen music
https://opengameart.org/content/adventure-intro-title-cinematic-epic -
summer.wav — Summer Realm jungle adventure theme
https://opengameart.org/content/jungle -
winter.wav — Winter Realm mystical ice theme
https://opengameart.org/content/boss-battle-music -
final.wav — Final Boss battle (epic)
https://opengameart.org/content/adventure-intro-title-cinematic-epic -
victory.wav — Short triumphant victory fanfare
https://opengameart.org/content/victory-fanfare-short -
gameover.ogg — Game Over ambient/failure sound
https://opengameart.org/content/gameover-or-underwater
Short SFX used for actions, combat, items, and feedback:
-
boss-dead.wav — Boss defeat impact
https://opengameart.org/content/male-dead-voice -
enemy-dead.wav — Enemy defeated sound
https://opengameart.org/content/male-dead-voice -
fire.wav — Fire attack / magic skill
https://opengameart.org/content/magic-sfx-sample -
frozen.wav — Ice/freeze effect
https://opengameart.org/content/ice-spells -
heal.mp3 — Player healing
https://opengameart.org/content/3-heal-spells -
hits.wav — Physical hit impact
https://opengameart.org/content/punches-hits-swords-and-squishes -
hurt.wav — Hurt sound
https://opengameart.org/content/punches-hits-swords-and-squishes -
key-pickup.wav — Key pickup (magical chime)
https://opengameart.org/content/key-pickup-2 -
sword.wav — Player sword attack (slash)
https://opengameart.org/content/battle-sound-effects -
fire-woosh.wav, fire-woosh-2.wav, landed-on-earth-stomp.wav, battle-man-scream-2175.wav, key-collected-game-success-alert-2039.wav, on-escape-success-riser-helicopter.wav, https://mixkit.co/free-sound-effects
This project is developed using ideas, logic structures, and engine components adapted from the teaching materials provided in class Game Programming by instructor VikramSingh
General Architecture:
- State Machine, Factory Pattern, OOP Structures, and Game Loop Architecture. Provided in course framework by [Instructor Name], [Institution Name].
Narrative Inspiration:
- Part of thematic concept of this game is inspired by: The Jumanji “trapped in a game world” storyline. Region-based progression Creature difficulty escalation, collecting keys to escape the world.














