Comments

Log in with itch.io to leave a comment.

Game looks cool. Please linux version if possible

(+1)

Great job, I can see that there is a lot of work here and it was your first game engine, impressive for a game jam, keep it up!

(+1)

Thanks! I spent probably 80-90% of the Jam building the engine, and the last 10-20% was actually building all the assets for the game. Perhaps I should share my source code online for others? (Not like the engine's really that proprietary...)

Ahah  the same happened to me, I started working on the game 2 days before the dead line... Don't hesitate to share your source code imo, people are often interested by the "behind the scene". If you look at my entry, I uploaded a zip with the source code of the engine and some runnable demo scenes

(+1)

Sounds cool! Tomorrow, I'll look at documenting my code a bit and documenting my custom level files (which are plain text, you could mod the game in the Rooms directory!) and I will see if I can't take a crack at these bugs before the file voting day. Also need to look into  a better profile pic. Wasn't a big concern on a deadline XD

(+1)

You're motivated! It's a good practice to add  the documentation but my code is divided into more than 200 files and none are documented (not the time during the jam) xD It will be such a pain to do it now.. But I think that the majority of the code is clear/clean enough to be read and understood.

Fair enough. Most of my code is so readable, which probably was the only reason I finished. Probably the bigger systems are what need the most documentation, and some renaming of methods. Sometimes I would write a random name, and then all of the sudden be looking for it only to say "Now, why did I name it that? That's not even what it does!

Good news: I'm releasing very soon version 1.2, which includes a  log output that you can enable! Hopefully, it results in better game support :)