You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As FogOS is currently lacking in the entertainment department, I propose adding a text-based game, or a system for text-based games, as a way to improve the entertainment value. While this would mostly require just adding a file with the game program, it may also require adding some utilities, so that it is not boring.
proposed changes:
adding some way to generate random numbers(syscall maybe?)
Having a game with multiple choices, as well as events(program in user space)
possibly add some sort of time keeping (syscall maybe?)
possibly ascii art graphics for some parts(probably not many changes for this)
possibly saving world state(again, probably not many changes)
future additions:
adding some sort of nice ui for the game could improve it, but that is beyond the scope of the initial game.
adding more games with different themes could be another possible future expansion.
The text was updated successfully, but these errors were encountered:
This sounds cool. You may want to consider adding another team member, since there's a lot of parts to this, but it sounds totally doable either way. Maybe there's an existing basic text based game you could "port" to your engine for this?
As FogOS is currently lacking in the entertainment department, I propose adding a text-based game, or a system for text-based games, as a way to improve the entertainment value. While this would mostly require just adding a file with the game program, it may also require adding some utilities, so that it is not boring.
proposed changes:
adding some way to generate random numbers(syscall maybe?)
Having a game with multiple choices, as well as events(program in user space)
possibly add some sort of time keeping (syscall maybe?)
possibly ascii art graphics for some parts(probably not many changes for this)
possibly saving world state(again, probably not many changes)
future additions:
adding some sort of nice ui for the game could improve it, but that is beyond the scope of the initial game.
adding more games with different themes could be another possible future expansion.
The text was updated successfully, but these errors were encountered: