Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I am impressed with all the functionality you were able to pack into this game! I may have not quite caught on to where "nomad" theme comes in, but I think it is a good fit for the wildcards! Maybe having a "hint" button so that it feels less like a trial and error process? It may have been my browser, but I kept having to manually scroll the terminal down to see the results of my last command, might be nice if that auto-scrolled to bottom :) 

Overall, I enjoyed trying to figure out how to get those pesky programs to run, great game!

(+1)

Thanks :D

Unfortunately, the nomad theme got kinda lost in the end. There was supposed to be more of a nomad-y 'journeying' theme in the actual story of the game. Journeying in the sense of traveling through OS versions, etc... (Maybe it made more sense in my head? Who knows!)

I have added a step-by-step walk-through for anyone that gets stuck:

https://2shady4u.itch.io/supreme-dev-os/devlog/213662/step-by-step-walkthrough-m...

An in-game hint system would've required more development which probably, if I had it, I would've rather spent on further polishing the game's features.

Most of my time spent during development was spent getting Godot's control classes to behave as I wanted to. For example, I initially used WindowDialogs for the program windows... but those things actually behave horribly in my context! Thus I had to switch to Panels and program the actual closing, minimizing and dragging functionalities myself!

I would've liked to spend a little bit more time getting the Terminal window to behave like I want to (Better auto-focus, auto-scroll , etc...), but I was out-of-time...