Skip to content

Commit

Permalink
Merge pull request #898 from JoeStrout/miniscript-batch-6
Browse files Browse the repository at this point in the history
Miniscript batch 6
  • Loading branch information
coding-horror authored Sep 13, 2023
2 parents 25faf4a + bbac41f commit b8dd564
Show file tree
Hide file tree
Showing 81 changed files with 1,950 additions and 80 deletions.
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/01_Acey_Ducey/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "aceyducey"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/02_Amazing/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
miniscript amazing.ms

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "amazing"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/03_Animal/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "animal"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/04_Awari/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "awari"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/05_Bagels/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bagels"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/06_Banner/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "banner"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/07_Basketball/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "basketball"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/08_Batnum/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "batnum"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/09_Battle/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "battle"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/10_Blackjack/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
miniscript blackjack.ms

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "blackjack"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/11_Bombardment/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bombardment"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/12_Bombs_Away/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bombsaway"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/13_Bounce/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bounce"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/14_Bowling/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bowling"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/15_Boxing/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "boxing"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/16_Bug/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bug"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/17_Bullfight/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bull"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/18_Bullseye/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Go to https://miniscript.org/tryit/, clear the sample code from the code editor,
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bullseye"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/19_Bunny/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Go to https://miniscript.org/tryit/, clear the sample code from the code editor,
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bunny"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/20_Buzzword/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Go to https://miniscript.org/tryit/, clear the sample code from the code editor,
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "bunny"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/21_Calendar/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "calendar"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/22_Change/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Go to https://miniscript.org/tryit/, clear the sample code from the code editor,
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "change"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/23_Checkers/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "checkers"
run
```
5 changes: 4 additions & 1 deletion 00_Alternate_Languages/24_Chemist/MiniScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Go to https://miniscript.org/tryit/, clear the sample code from the code editor,
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:

```
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 MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:

```
load "chemist"
run
```
Loading

0 comments on commit b8dd564

Please sign in to comment.