Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Downloaded. Clicked on index.html. Didn't work. Loaded index.html into Brackets. Didn't work. I guess this engine still needs some tender loving care.

(Windows 8.1, Chrome browser)

I personally have had no luck getting it to run locally via launching it in a web browser... but it was coded in in Visual Studio and that uses IIS to run the site and that works fine. I am looking into figuring out why it cannot run completely offline, however in the meantime it *should* work correctly if hosted on a local web server. The issue is that for some reason it cannot locate the character sprites when run offline and locks up. If the demo loads on your end it's getting that code directly from the Github repo which means it should work! If not... oh boy. This is something I should have mentioned in the documentation and didn't, so I'll go ahead and rectify that.

Keep in mind this is very much a janky prototype and was mostly made for my final class presentation, and not as a finished tool to be used by the average person. It was primarily published to document some of my coding work and is still really finicky especially with how it's loading images asychronously (everything else works pretty much completely fine once it's running). Hopefully someone can get some use out of it, the script parser works perfectly so if someone took that and rewrote the image loading better that'd be great.

Currently I'm preoccupied with other projects, particularly some visual novel development, however I may come back to this at some point in the future and try to improve it some. Thanks for checking it out :)