Micro Adventure 5: Mindbenders - the shark hunthttps://www.reddit.com/r/programming/comments/1w5gjrp/micro_adventure_5_mindbenders_the_shark_hunt
I loved the old Micro Adventure book series. Fun plots and they contained BASIC code you could write and run yourself! Only we can't really do that on computers anymore. Ok, well, that's not quite true. I could write it to run in a console log, or write a batch file to run in the Windows command screen. But those aren't really accessible to most people these days. So here's the shark hunt from that book, rewritten to be more accessible by normal modern people, in the same manner that the original BASIC code was. Just copy/paste the code into a blank text file, save it with a .HTML file type tβ¦