DISCLAIMER: NOW.. I know there's a couple devlogs missing in between this one and the last one. Uh I ran into some difficulty and distractions so I'm a tad bit...
1..What did you learn this week? I learned what a switch statement is and how it works, essentially it provides a way to execute code based on a single expressi...
1.What did you learn this week? I more relearned/refreshed my brain on some data types. A bool, which is true or false, a Float, which represents real numbers...
1.What did you learn this week? This week I learned what an Enum and Singleton are. An Enum being a data type that is essentially a list of values, and a Single...