Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yo this is neat! I got through about 30 rooms and i gotta say, im really loving the variety of weapons! my favorite one has to be the one that looks like a ray gun. I liked the bosses, not sure if i fought all of them but I fought about 2 different bosses. The only thing that bothered me a bit was the crow that dashed towards you when getting close as they are kinda hard to see when I started playing. I eventually got used to finding them after about a dozen rooms but it was a bit hard looking for them at first. With that aside, I like how it turned out! great job!

oh yeah another thing, you might want to try putting the main.exe file outside of the data folder. if you dont know how to do that without it crashing, simply import all python scripts like this:

from data.code.game import *

from data.code.main_menu import *

etc

simply apply that to every python script you've written for your game and it should be able to run fine outside the data folder