Skip to main content

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

Hi, thanks for purchasing and playing! I'm glad you enjoy it for the most part.

Remappable keys are a major planned feature. Other than bug fixing, it is my top priority right now. At the moment, the game emulates a 640x480 display that stretches up to at least 1920x1080 in fullscreen; it originally forced the display to a true 640x480 resolution, but this has caused some problems on some systems. The plan for the final Steam release is - if it does not create major problems - to include multiple resolution settings.

Thanks for the reply. :)

By the way, what level of coding experience does one need to make a game like that? Thanks.

I would say intermediate for something like this. First person shooters (especially ones like Cthon, which could be extrapolated to a top-down shooter and still essentially play the same) are relatively easy compared to something like a real-time strategy game (super-hard), but they're more difficult that say a top-down/side scrolling shooter or puzzle game. The hardest parts of Cthon were making the player movement feel good; I did a lot of testing and tweaking to make sure collision detection felt natural and the field of view was ample but didn't cause motion sickness.

Thanks. :)