Skip to content

Intro to Programming (JavaScript) Assignmnet

Notifications You must be signed in to change notification settings

Zwky26/10print

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

My revision is based around Acceleration. Over time, the state of the wide hallway changes. From speed, to space, to color it accelerates.

About

Intro to Programming (JavaScript) Assignmnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%