Prototype GameFlow
Nevin here, with the prototype for our game flow completed! Along with the monster spawning and combat mechanics.
https://drive.google.com/file/d/1pcUpE-d1nrrQXz0PJAmd_UKrKOOXxk21/view?usp=shari...
Game Flow
- When the game starts, the searching of elements will automatically start cycling between searching and discovering w/ 1 sec intervals. The next element to be discovered is always cycling, going from water > fire > earth > wind, marking the first step of our game flow.
- While an element is discovered, you press 'spacebar' and it goes into your hand, shown to the right of the searching panel. For now, you can only hold one element in your hand at a time, so since your inventory is full, the searching stops.
- With an element in hand, you press 'spacebar' twice in order to use it. It gets consumed and empties your hand, then the game flow starts all over again.
Monsters
The colored capsules that move on screen represent monsters of various simple elements: water (blue), fire (red), earth (green), and wind (white). As we continue to make more progression with our game, I'll be calibrating the monster-spawner in order to make the game design feel fast-paced by changing the spawn rate and the monsters' speed, and working to build a progression system that increases this.
The video shows the player-monster interaction during the third step of the game flow, which is using the element. When the player uses the element in their hand, the game checks to compare what element is in hand and what type of element the front monster is. If the player has water and the front monster is fire, then the player destroys it. Same thing for fire against earth, earth against wind, and wind against water. In some instances I've also shown when I try to use an incorrect element against a monster, in which case it consumes the element in hand but does nothing since it has no effect on the monster.
What To Work On Next (Programming)
- Progression System to increase pacing over time
- Calibrate monster spawn rate, monster speed, element cycling
- Add additional mechanics (maybe stashing up to one element to use later?)
- Player lives/hits
- Timer
- Perhaps composite elements/monsters
- Helping!
ElemenTorment
"ElemenTorment" is our submission for EGADS One Button Game Jam!
Status | Released |
Authors | NvN, KSquareThings, Yujie Tao |
Genre | Survival |
Tags | Blender, Fantasy, one-button, Unity |
More posts
- Things Are Coming TogetherJun 04, 2023
- Art Updates - Characters & AnimationsJun 04, 2023
- Hand Functionalities, Menu Navigation, and More!Jun 04, 2023
- Audio Update!Jun 04, 2023
- Art Updates - EnvironmentJun 03, 2023
- Audio- Beginning!Jun 02, 2023
- One Button Game Jam First Post!Jun 02, 2023
Leave a comment
Log in with itch.io to leave a comment.