# problemshed Hi! Sorry if it's a mess around here, I've changed my method of hosting and a lot of things need fiddling with before the site is as polished as I'd like it to be. ## Portfolio Are you looking for my portfolio? - [[Gameplay and Level Design]] - [[Scripting]] - [[Narrative]] - [[UI and UX]] ## Note: Tutorials and Cheatsheets Most of the code here is GDScript or pseudocode unless otherwise specified, mostly because I find GDScript very legible to beginner coders and it's immediately transferable to a very solid game engine. It may not work if you just copy-paste it into your own Godot project, though - probably because referenced classes/variables/functions are sometimes omitted for brevity. Don't get mad at me, I warned you! ... I will usually note if something has been omitted, though. If you found an instance where I forgot, please let me know so I can fix it.