Repo for CSC 4700 Software Engineering Project Prototype of the game Somnia. Experience the wonders of time, energy, and sleep management during college life.
Download the Godot Game Engine here. Somnia was built in Godot v3.4.4, so if you would like to download that instead of the latest, check it out here.
project.godot
.
../CSC4700_SEProject2022_Somnia/src/project.godot
.tscn
are scene files that are editable in the Godot GUI. Files ending with .gd
are GDScript files associated with a scene of the same name that hold the code associated with scenes. You can navigate to the script attached to a scene by clicking the scroll icon next to a scene name when it is opened in the top-left Scene navigation menu.Global.gd
.Tutorial.tscn
and Tutorial.gd
.Daytime.tscn
and Daytime.gd
. Associated scenes (e.g. Library, DiningHall, etc.) are all accessible this way.NightTerror.tscn
and NightTerror.gd
.See the wiki for full credits.