Follow Alexdmn
Follow
Following Alexdmn
Following
Add To Collection
Collection
Community
Devlog
Moonveil
←
Return to Moonveil
Devlog
Devlog Week #3
September 10, 2025
by
Alexdmn
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 expression. After a case is done a break stateme...
Continue reading
Devlog Week #1
September 08, 2025
by
Alexdmn
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, and an int, which is an integer/whole nu...
Continue reading
Devlog Week #2
September 08, 2025
by
Alexdmn
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 Singleton ensure that there is only one instan...
Continue reading