Me making the falling numbers from the Matrix in QBasic. It shows you how i wrote the program and gives little pointers along the way. Thanks for watching and if you want a copy of the code just send me a message.
EDIT: Changed music so it didn't get taken down for copyright stuff, song is by All That Remains
EDIT II: Added annotations to show that you can use a do...loop statement instead of the goto statement which is generally frowned upon in programming
Once I started to run a DO... LOOP, is there a way to stop it, other than restarting the computer?
1xWertzui 1 month ago
@1xWertzui Yes, the keyboard combination is ctrl-break, the break key is located in the upper righthand corner on most keyboards
tflynn93 1 month ago
how do you make random numbers?
EdvinErikssonMovies 4 months ago
@EdvinErikssonMovies rand = cint(rnd * 1), change the one to whatever number you want it to be out of, for example for a number from 1 through 10 put a 10
tflynn93 4 months ago
JSYK, Matrix code is not made simply of 0's and 1's.
tbear2500 1 year ago
@tbear2500 I'm aware, this was just made to roughly simulate it so i figured 1s and 0s would suffice
tflynn93 1 year ago