You are a little White Cell, a Guardian of the Immune System, trying to battle the hordes of bacteria which invaded your human. 

Can you beat them?

---------------

Created & submitted for the 

Pirate Software - Game Jam 14

---------------

End of Jam update:

  • added HTML5 support. The VM/ container which runs the in-browser game is pretty bad performance wise, after 100 bacteria it's already laggy. 
    • I recommend for optimal/ fun experience the .exe version instead and pushing that max value to its limits.


The game tries to be a top-down, arcadey game, where you get to play a white cell during an invasion of bacteria. You have to do your best to stop them, if that is even possible.

It's my little attempt at making a simplistic visualization of how fast bacteria multiply in our organism and what it takes for our bodies and cells to remove them.

The game loop is simple: you spawn in a blood vessel as a white cell, a Guardian of the Immune System. While avoiding blocks of cholesterol, you try to defeat the invaders, the bacteria. They can't harm you or anything, they are just spreading pretty fast (depending on your difficulty settings), which means you are severely low on time before drastic measure need to be taken by the host organism.

Game time is around 1 to 2 minutes, again, depending on difficulty settings.
Just be aware that increasing those settings can severely impact your performance. My default values are based on testing on my own machine (I3, gtx 1650). I did test higher than that, 3500+ bacteria existing concurrently on the map, but it was pretty laggy and the music was crashing.
But to be honest, it looks really cool when there are >500 bacteria on the map (best view is pretty much where you spawn, at the center of the map).

So, the bacterium spawn randomly on the map, in batches of 8 (with a focus more on your starting location - your proximity, rather than close to the walls - at the end of the map). Each bacterium is spawned with random speed and movement settings (using min max values), so they can differ a little bit from each other.

Because I've mentioned difficulty settings, the first time you start the game you can change those. You can change how many bacteria can spawn on the screen (maximum amount) and the spawn interval time (default is 296 for bacteria and 1.99 spawn time for batches of 8).

One little cool thing I want to mention here (at least, in my opinion), is that you can actually move your character while sitting in the start menu screen.

I didn't manage to include in time a key binding map photo, but the controls are really simplistic:
WS front behind movement,
AD rotates you,
QE moves you laterally.
T is for the game restart.
Esc key for, well, exiting the game.

That's pretty much it, ba-bye!

Download

Download
healTheWorld.exe 74 MB

Install instructions

Download & run the .exe file 

Comments

Log in with itch.io to leave a comment.

(+1)

Man, these controls are not it.

Yessir, this was mostly a PoC of sorts, a little attempt at shipping something playable for the Pirate Software Jam, as a new beginner in the game development world.

But yeah, the controls are pretty bad indeed.