Skip to content

Commit 5941979

Browse files
author
Rafael Conceição
authored
Merge branch 'coding-horror:main' into main
2 parents e40ed4e + a4b68e4 commit 5941979

File tree

115 files changed

+3827
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3827
-84
lines changed

00_Alternate_Languages/01_Acey_Ducey/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript aceyducey.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "aceyducey"
1618
run
19+
```

00_Alternate_Languages/02_Amazing/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript amazing.ms
11-
12+
```
1213
Note that because this program imports "listUtil", you will need to have a the standard MiniScript libraries somewhere in your import path.
1314

1415
2. Mini Micro:
1516
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:
1617

18+
```
1719
load "amazing"
1820
run
21+
```

00_Alternate_Languages/03_Animal/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript animal.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "animal"
1618
run
19+
```

00_Alternate_Languages/04_Awari/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript awari.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "awari"
1618
run
19+
```

00_Alternate_Languages/05_Bagels/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript bagels.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "bagels"
1618
run
19+
```

00_Alternate_Languages/06_Banner/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript banner.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "banner"
1618
run
19+
```

00_Alternate_Languages/07_Basketball/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript basketball.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "basketball"
1618
run
19+
```

00_Alternate_Languages/08_Batnum/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript batnum.ms
11-
12+
```
1213
2. Mini Micro:
1314
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:
1415

16+
```
1517
load "batnum"
1618
run
19+
```

00_Alternate_Languages/09_Battle/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ Ways to play:
99
1. Command-Line MiniScript:
1010
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
1111

12+
```
1213
miniscript battle.ms
13-
14+
```
1415
2. Mini Micro:
1516
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:
1617

18+
```
1719
load "battle"
1820
run
21+
```

00_Alternate_Languages/10_Blackjack/MiniScript/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ Ways to play:
77
1. Command-Line MiniScript:
88
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
99

10+
```
1011
miniscript blackjack.ms
11-
12+
```
1213
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.
1314

1415
2. Mini Micro:
1516
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:
1617

18+
```
1719
load "blackjack"
1820
run
21+
```

0 commit comments

Comments
 (0)