Neon Rebellion
.jpg)
This was an experience and a half. A local gamedev company known for 2D Table top games, Galactic Omnivore, decided to host their own Regional GameJam with the theme: Space.
We were given a good chunk of time to make our game. In comparison, the GlobalGameJam is limited to 48hrs, while this Regional GameJam was initially 2 weeks, then extended to a month and a half. Link to the Regional GameJam 2024
To give better context; This GameJam was actually a series of events promoting Gaming Development culture in our country. The event was split into 6 segments, each promoting a different part of game development: Game Design, 2D Concept Art Design, Sound Design, Narrative Design, PCG and its use and Game Dev Basics in Unity. The events were well made and provided much needed information for younger/newer developers entering the GameDev scene.
The theme, as mentioned before, was Space. We had a lengthy discussion (I think it took us maybe 3-4 days to complete the idea?) and decided upon making a topdown arcade shooter that takes inspiration from various games (Galaga, SkyForce, Nier Automata's arcade stage was a big inspiration, etc.). Recreating a certain game-type from scratch seems easy at first, but once you start factoring in certain key elements, you start to see how deep logic goes.
Friend made the GDD for the game. TL;DR it dictated that we would have waves of enemies coming towards the player. Each wave would be used to learn the attack pattern of those enemy types. There would be 28 waves, each with varying styles of enemies and enemy positions. The enemies themselves are:
* Kamikaze (Small drone, autolocks on player on spawn, always hunts player, forces player to move around)
* Medium (Small/Medium drone, has fixed distance from player; uses spawn point as default position; Moves left-right and shoots at a fixed interval with slight variance (delay of point something seconds per fired projectile))
* Large (Big drone, same behavior as the Medium; Fired projectiles have bigger size than Medium)
* Elite (Medium drone, spawns on the ends of the spawner, starts firing laser from spawn, moves to the other end of the spawner and stops firing when it reaches the end; repeat until dead)
* Mines (Medium drone, same behavior as the Medium; Fires mine projectiles that are inactive at first, move to a position on the screen and activate; Once the player reaches a mine, it explodes dealing damage)
* Boss (Biggest drone, size is around 10 times bigger than the player; Has multiple attacks (Spinning laser; Big projectile; Spawn enemies and go back, return when enemies die; etc.))
The game has 2 camera perspectives: TopDown and 3rd Person. Top down is just like any other arcade shooter: Top down camera + player is in a bottom area of the camera view. There is no restriction on movement, so you can get up-close and personal with enemies. The 3rd Person camera moves into position once a certain amount of waves are cleared and switches back to TopDown again after 4 waves pass.
The main mechanic of the game is that the player can move and shoot in a straight line and has special "Powered up" waves. During the usual phase, you can fire projectiles in a straight line and move around the map while shooting at enemies, being shot at by enemies and being tracked by the Kamikaze drones. During the Powered up waves, the camera moves to the 3rd Person perspective and you gain a melee swipe attack that doubles as a melee damage attack and as a fired wave projectile attack that goes through enemies and deals a good chunk of damage (In most cases it OHKOs enemies, Large enemies take 2 shots). After that wave, the camera moves back to the TopDown view and the melee attack is disabled.
At first, I had some example projects to use for this, but after testing them all out, I ultimately decided on making the system from scratch. I already had a whole damage system prepared from a previous project, so that was implemented first. The character and enemies share the same parent class and have the damage logic applied. Each enemy has its own gameplay logic routed.
The player takes damage and each projectile/drone deal various amounts of damage. Each damage output is balanced enough for the player to finish the game and as an added bonus the player's HP regenerate after each wave. We also added the option to disable this in a difficulty setting (No, Partial and Full HP regeneration).
We also had a good chunk of our friends and random people from various discord servers test out our game. While some did have issues with the difficulty, especially when the Powered-up phase came, they still managed to finish the game. Sadly, most were dissapointed that we didn't add the Boss as a mechanic, but this was cut due to the time constraint being changed constantly. And that was probably our biggest flaw; The fact that the time required to finish the game was constantly pushed meant we could focus on refining certain finished aspects of the game instead of having to add new logic/ideas. Regardless, in the end we managed to push out a very well made gamejam project.
Neon Rebellion - itch.io
Link of the written presentation for the Demo - Youtube
.jpg)
.png)
.png)
.png)
.png)
.png)
.jpg)
.jpg)
.jpg)