Week 02 - 10PRINT
Intermediate Game Development » Devlog
1) Platform studies is referring to the study of different computer systems.
2) The number 10 refers to the line number. Most line numbers in BASIC started at 10 and went up in increments of 10 so programmers could insert more lines between each line number. This means that this line is being invoked at the very start of this program.
3) The number 1 in RND refers to the range which RND will produce a random number, between 0 and 1.
Intermediate Game Development
Status | Released |
Author | Uti Azulay |
More posts
- Week 13 (?)May 01, 2018
- Week 12 (?)Apr 23, 2018
- Week 08 - PrototypesMar 19, 2018
- Week 07 - Port MortemMar 08, 2018
- Week 05 - Autobiographical Game ProgressFeb 26, 2018
- Week 04 - Midterm OutlineFeb 19, 2018
- Week03 - Architecture, Performance, and GamesFeb 13, 2018
- Week 01 "Door Problem"Jan 29, 2018
Comments
Log in with itch.io to leave a comment.
👍