Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey ! I always love platformers, I was stuck at the third level though, I don't know how to climb :(

I noticed that there was no Windows build, I built your game on Windows, added a CMakeLists.txt and made a pull request on your github repo :)
Feel free to add the build I made to the downloads if you want to.

Okay, I just understood you could press E to swap between human and demon mode, some instructions in-game could be cool :)

Also sometimes you can glitch into walls, coins doesn't reappear after you reset the game :)

(+1)

Thanks for your feedback!

I just fixed the coin problem, and exported it to a new version, but only for linux. As far as the walls, I'm not quite sure what causes it just yet, but I'll work on it!

 I was wondering if you could help me with the windows compilation problem. Since I am on linux, I've tried compiling for Windows but I'm not quite if there is an easy way.

Also, thanks so much for your help finding these issues! I really appreciate it!

Well, if you look here : https://github.com/Sygmei/Keith/tree/master/Export

I created a Windows export for you, also I created a CMakeLists.txt, if you use CMake you can easily compile your project on different platforms :) 

(+1)

Awesome, I will try and learn how to use CMake, and thanks for the export!