Mere Mortals
Overview
We were hired by Oobikoo Games to create a game and engine for making games inspired by Vampire Survivors.
This was a more traditional videogame for us to make, but really allowed us to highlight our capabilities in game development!
Try it yourself:
Technologies:
Video Game
WebGL
Unity
2D

Case Study
The Objective
We were tasked with developing an Ancient Greek themed ‘Survivor-Like’ or ‘Bullet-Heaven’ game, and an engine that would easily allow the client to add, remove, or change existing weapons, enemies, characters, and levels with a high degree of customisability throughout.
In the end, we wouldn’t be responsible for publishing, but would instead provide the client with and engine for them to continue to develop their own games with.
For the prototype, we had a focus on a pixel art style, developing; sprites, animations, UI and tilemaps needed to demonstrate the functionality. This involved a much more iterative approach of mocking up sprites, getting client feedback and iterating until they were happy.







Development
This was done over the span of two cycles (about two months) and some bonus work after to add extra functionality.
The first cycle focused on the engine – this involved the core functionality for a working prototype with a game loop; and the second cycle focused on adding content such as new enemies, weapons, a level and items such as chests which provide you with upgrades to collected items.
With the possibility for large numbers of entities on screen (from enemies, to EXP pickups, to damage counters) there was a big focus on optimised code and logic, ensuring the game’s performance always remained high, even with the limitation of WebGL.
It was developed in Unity and used certain additional plugins to add extra functionality and help speed up and improve the development process.
Engine Tools
Whilst we spent some time balancing weapons and enemies in order to make an enjoyable prototype, our real goal was to provide the client with a helpful array of tools that could be used to easily alter the game’s behaviour. These included having easily customisable weapon stats for each of the weapon’s levels, being able to adjust probabilities of certain item drops, or global constant settings such as the base move speed or knockback duration.
We also made custom functionality as easy to add as possible: so even though weapons may require custom locomotive or damaging logic, the component-based design makes them easy to add and swap out.

