Hello, I am applying to Game Dev college in about 2 months, and I have met all the requirements, but there is one that I am stumbling on. here is the demand: Pseudo code is a kind of structured English for describing computer programs. It allows the designer to focus on the logic without being distracted by details of…
They're asking you to write a basic computer program - in pseudo code, which defines the game play. As game design you might do something like that in a real programming language, e.g. Lua. Pseudo code is not a real programming language, but it reads similar enough to a real one. I don't think there's a standard for it…
the program always starts at the top. SO you could just do.. GETTING UP: ...wait until alarm sounds ...repeat 3 times: ......hit snooze button ......sleep until till alarm sounds again ...turn alarm off ...get out of bed ...IF coffeemachine is OFF THEN ......turn coffee machine on ...ELSE ......ask brother to share coffee…
Thanks for the help! That did clarify it, but how would you start the application question where you have to use it from the point where you wake up and describe your events?