Provide an overview of:
*** What does the code do, and what are you not satisfied with?**
I made a computer that whenever it is clicked the screen pops up as a GUI with a login, then once the pin is correct you’re logged in. I also made a notePad app and a shutDown buttton. Im not satisfied with organization.
*** What potential improvements have you considered?**
Organize the code and Im looking for suggestions.
*** How (specifically) do you want to improve the code?**
Don’t have too specific could be anything that I could do better or anything else I could implement.
You should work on the UI at the beginning. I’ve worked on something like this before, actually.
Your password screen shows your password, try every time you type in, it’ll come up as “*”. This adds more realism into your computer. Also maybe a show password button like a modern computer.
Your transition from your password screen could use some fixing. Also, I wouldn’t do a slide left transition. Instead, maybe do a fade.
Add more apps! There’s only note there, WHICH, the note app could maybe have a save feature where you can save your texts. ALSO, maybe a save file feature so players can leave their game and come back to those files again? That would be cool!
And last but not least, add a way to change the background!
Other than those, your game could use some designs! Best of luck to your game
-Mise
Thanks for the input all those are some good ideas. I had started on the password problem and got stuck any idea how I would go about, maybe put it through a loop and change out the words typed in?