itch.io is community of indie game creators and players

Devlogs

Week 2: 10PRINT

DevLogger
A downloadable project

What the heck is "platform studies"?

"Platform Studies"  is study of the low-level code that comprises the BIOS, OS, Firmware etc.

In the 10PRINT code, what does "10" do?

The "10" is the line number where the code is stored.

In the 10PRINT code, what does the "1" in RND(1) do?

The "1" in RND(1) is the 'seed' value that generates the same exact random value each time the code is called.

Read comments (1)