Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Covid FighterView game page

Got to mask them all!
Submitted by MGD MillsGameDev — 1 hour, 42 minutes before the deadline
Add to collection

Play game

Covid Fighter's itch.io page

Results

CriteriaRankScore*Raw Score
Authenticity (Use of resolution restriction)#424.6924.692
Audio#583.7693.769
Overall#873.8083.808
Graphics#983.7693.769
Gameplay#1803.0003.000

Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Did you work in a team?
Three members.
Programmer - MillsGameDev
Art- CobbKobu
Maps - Tom Neal
We really had a good time. Really blown away by CobbKobu's pixel art. Tom was time limited but help immensely with maps.

Was the resolution a challenge?
With the art style the resolution was good. The limited screen size makes the game harder (you can just walk by someone without noticing).
Making text work was a big issue. The game needs to walk the player through the story and that takes a lot of text. With the original font it was just too many screens. Had to write custom text screen since unity's built in text UI object was bouncing as the player moved. Used a very tiny font which makes the letters like m and w hard to read but reduced the screen count a great deal.
I spent a good two days trying to track down a memory leak. The game worked fine while developing but when we throw around 400 citizen objects on the screen, memory suddenly disappeared. Tracked down the culprit to a single API call, BUT had to re-write entire mapping/path finding routines to work around it. Simply put, don't repeat the same lookup for data over and over, cache it yourself.

What did you learn?
I had never used the TILEMAP system in Unity, I had never made a game with a map this big before. It has some interesting quirks but can be really powerful. My map maker said it was very similar to RPG maker.
I also never drawn sprites in runtime which I had to do for the mini-map (actually its so big it fills the entire screen). It took a bit of trial and error but its working great.
I spent a day writing a new Text box which meant handling alignment and justifications, more sprite drawing by hand.
Other new things I haven't done before was the story text/cut-scene controller. It helps to make a cut-scene engine and use data-driven program so changes are easy and won't break the game.
I wish I had more time to spend on the AI for the citizens. They are pretty good but I wanted to put in time of day decisions, emotional decisions, etc.
All these bits of code and experience will make the next game come together even faster. This was such a good experience.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Wow, so much content. Cute graphics and nice music!

Submitted

well done, all around :) thanks for sharing!

Submitted

Nice game! Very well made. And I agree with your statement above - CobbKobu did a great job on the art!

Submitted

Very impressive amount of stuff going on here. Really immersive, good music. Nice execution, great job :)

Submitted

I feel like I was missing some extra clue, but I did quite a lot of searching and could not find the infected person I was tasked to find. That being said I love all the character designs and I am impressed by the extent of this game.

Developer

if you go to the hospital it will show the "sick" person on your mini map. The small screen does make it hard to spot the person just walking around.

Submitted

Got it! I'll have to take another go at the game.

Submitted

Wow, a lot of content here. A big world with plenty to explore. Neat idea and well executed. Clearly a lot of passion went into making this project. *two thumbs up* Great work, kudos to the whole team.

Submitted(+1)

This game really does a good job to make you feel like you're on a mission. The music plays a big role in that. The art was also very nicely done. The map could have been a little clearer, perhaps with a legend or markings where the main story buildings were. (Like the governor's house or the hospital) I read that there's some features that you didn't have time to put in the game before the deadline, so I'll be keeping an eye on this project in case you release an update. Good work!