Week 2 - 10PRINT "Introduction"
Weekly Devlog » Devlog
- What is platform studies?
Platform studies looks at the systems, hardware, or machines that code runs on. This allows us to understand how platform can influence both coding, software, and, therefore, the entire design process.
- In the 10PRINT code, what does the "10" do?
The "10" is the starting line number. It allows more lines to be inserted without needing to change references to them/renumber them.
- In the 10PRINT code, what does the "1" in "RND(1)" do?
Using the current seed, RND will produce a number. If called immediately after starting/before another input of RND, it always produces 0.185564016 as its result. The rest of the invocations of it thereafter will all be the same, creating a pattern!
Weekly Devlog
Weekly Devlog for Games-UT 121
More posts
- Final Devlog!!!! Oh goodness (unless it's not)Apr 30, 2018
- HEY SO WE HAD TO DO THESE? - Devlog week 12 or somethingApr 23, 2018
- Week 10 - belated devlog IM SOS ORRYApr 10, 2018
- Week 8 - Houde "Prototypes"Mar 19, 2018
- Week 6 (7??) - Post Mortem!Mar 05, 2018
- Week 5 - Midterm UpdateFeb 26, 2018
- Week 4 - Midterm IdeaFeb 15, 2018
- Week 3 - Architecture, Performance, and GamesFeb 12, 2018
- Week 1 - Liz England's "The Door Problem"Jan 25, 2018
Comments
Log in with itch.io to leave a comment.
very good 👌