Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Took me a second to find the .exe among all the DLLs – out of curiosity, what tools did you use to make this game? There also appears to be a second copy of everything in the publish\ directory. :)

Great flavor on this! The soundtrack, effects, and art are all awesome. I couldn’t get past level 3 in the time I had to play, but this was fun! A really cool twist on Pac Man.

(+1)

This game was built in Monogame using  an Entity Component System engine that I've been working on (just to see if I could make one).  I used Tiled as the map editor and designed the game to use objects in Tiled for spawn points of items and enemies (and to specify different enemy types).  I used Aesprite and Affinity for art/graphics and music and sound files were free assets that I found.

I didn't notice the second copy of files when I posted.  There are so many DLLs because I published the game as a stand-alone, so it brought in all the .NET files needed so you don't have to install anything else to play.

Thanks for the feedback!

Nice! ECSs are fun to write, for sure. Makes sense about all the DLLs for .NET! Thanks for explaining your project setup. :)