Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 792 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 792 Bytes

10print.js

10 print

This repo contains a JavaScript implementation of the classic Commodore 64 10 print one-liner. This program is the subject of the book 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 (the title of which is the algorithm implemented in the language Basic). For this assignment I want you to fork this repo and create your own variation/remix on this classic algorithm. Before you do so, make sure you read the chapter from the book on Randomness (included in this repo) and also make sure you've watched the videos I put together, where I explain every aspect of this algorithm step by step as well as some other ideas/starters for how you might approach remixing it.