Skip to content

Commit

Permalink
Merge pull request #889 from JoeStrout/miniscript-batch-5
Browse files Browse the repository at this point in the history
Miniscript batch 5
  • Loading branch information
coding-horror authored Aug 22, 2023
2 parents 55bd020 + b13bb08 commit ebefe8a
Show file tree
Hide file tree
Showing 78 changed files with 3,118 additions and 123 deletions.
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/01_Acey_Ducey/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript aceyducey.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "aceyducey"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/02_Amazing/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
Note that because this program imports "listUtil", you will need to have a the standard MiniScript libraries somewhere in your import path.

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "amazing"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/03_Animal/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript animal.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "animal"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/04_Awari/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript awari.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "awari"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/05_Bagels/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bagels.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bagels"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/06_Banner/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript banner.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "banner"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/07_Basketball/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript basketball.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "basketball"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/08_Batnum/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript batnum.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "batnum"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/09_Battle/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript battle.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "battle"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/10_Blackjack/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
But note that the current release (1.2.1) of command-line MiniScript does not properly flush the output buffer when line breaks are suppressed, as this program does when prompting for your next action after a Hit. So, method 2 (below) is recommended for now.

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "blackjack"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/11_Bombardment/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bombardment.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bombardment"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/12_Bombs_Away/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bombsaway.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bombsaway"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/13_Bounce/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bounce.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bounce"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/14_Bowling/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bowling.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bowling"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/15_Boxing/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript boxing.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "boxing"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/16_Bug/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bug.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bug"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/17_Bullfight/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bull.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bull"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/18_Bullseye/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bullseye.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bullseye"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/19_Bunny/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bunny.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bunny"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/20_Buzzword/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript bunny.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "bunny"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/21_Calendar/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript calendar.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "calendar"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/22_Change/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript change.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "change"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/23_Checkers/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript checkers.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "checkers"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/24_Chemist/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript chemist.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "chemist"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/25_Chief/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript chief.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "chief"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/26_Chomp/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript chomp.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "chomp"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/27_Civil_War/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript civilwar.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "civilwar"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/28_Combat/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript combat.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "combat"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/29_Craps/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript craps.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "craps"
run
2 changes: 1 addition & 1 deletion 00_Alternate_Languages/30_Cube/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript cube.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "cube"
run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download for your system from https://miniscript.org/cmdline/, install, and then
miniscript depthcharge.ms

2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the BASIC program. Then, at the Mini Micro command prompt, enter:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

load "depthcharge.ms"
run
Loading

0 comments on commit ebefe8a

Please sign in to comment.