Comments

Log in with itch.io to leave a comment.

My review to this rather short game. I played the browser version since it uses an older OpenGL version that my graphics card supports rather than using the standalone version which has higher system requirements.

The browser version is heavily made for touch, and thus the experience with the mouse isn't great. Playable, but not great. Wished that it would capture the mouse and/or using keys to turn around.

As it says, it's a small philosophical game, which isn't really my cup of tea. It includes references heavy to free open source 'politics', but from what I can see doesn't really matter in the story. The "story" itself seems rather "meh", as it isn't really interesting nor is there anything special. (I got the "adoption" and path 3.1 endings).

The graphics and sounds are kept simple, which is fine. My only complain would be that the sound effect for advancing the dialogue seems to be a bit too delayed. An more minor complaint would be that when the GameOver subtext is long (such as in ChanOps ending), it can be hard to read (wait for it to turn around only to be too far away).

My biggest complaint would be that there is no easy way to "skip" a dialogue. Say you've chosen an option but you can read fast so can basically smash e and then it returns to the choose-a-topic selection and then since you're still pressing e it would do that. It is very annoying when that topic creates an large dialogue

Sorry for a delay
Thanks for playing and critical feedback!
I have thought a bit about things you pointed out.

1. Mouse capture and touch UI:

As i understand i can just make a first screen with 2 buttons which provide a choice between touch controls and mouse captured fullscreen mode.
Such controls will also be used to legitimize mouse capture because this way i can capture mouse inside a javascript input callback.

2. Currently there is only 1 path that is actually technical and is directly about FOSS and OSHW (and you didn't take it ^_^), so i think i can make more interesting technical stuff and make more endings that utilize the lore more deeply.
I have already thought about possibilities, but for initial release kept only things that are easiest to implement.

Story itself can be also made deeper, for example i feel like many characters are too shallow and that if i develop them more or even add more characters they can make things more interesting and unpredictable.

If you have any idea on that (preferrably nerdy), i am all ears because crowdsourced stories are often the best.

3. Delayed sound effect is so far a mystery to me because i can't really hear that.

4. Skipping dialogs might be a bit non-trivial since i want to keep control scheme minimal.
Now i am thinking about HOLDING E to skip a dialog or/and about making a bit of delay before the choice appears so that you have the time to stop yourself.

5. Large dialogues are a problem in themselves. They are obviously bad and i want to eventually get rid of them. Game shouldn't be a lecture.
I have already broken them down and reduced quite a bit throughout design but i feel it is still is not enough and now you confirm that.

I don't think the dialogue was too long, it's just that it makes it annoying without an way to skip it/accidentally enter it.

Most probably delayed sounds are also caused by a performance load too high for a system.
I need to prepare a low-power setup (physical, virtual or with simulated load) to hunt down such effects.
For now i opened an issue here:

https://gitlab.com/Houkime/neonhead/issues/3