Week 2, "10PRINT"
IGD Devlog » Devlog
Platform studies are a means of entering into discussion about code specifically through the investigation of platforms on which code runs. Basically, it involves putting platforms for running code into a larger context through critical thinking. The "10" in 10PRINT is the line number, which is referenced at the end of the program to cause it to loop. The "1" in RND(1) tells the random function to produce a number between 0 and 1, which always pulls from the same sequence of numbers. When the random function is first invoked during the processing of code, it will always start from the same seed, resulting in the same pattern every time the program is called.
IGD Devlog
Status | Released |
Category | Other |
Author | Tyler Triebold |
More posts
- Week 6/7, "Midterm Post-Partum"Mar 19, 2018
- Week 4, "Midterm Update"Feb 26, 2018
- Week 4, "Midterm Idea"Feb 15, 2018
- Week 3, "Architecture, Performance, and Games"Feb 13, 2018
- Week 1, "The Door Problem"Jan 25, 2018
Comments
Log in with itch.io to leave a comment.
👌 good job