Added MiniScript version of 80_Slots.

This commit is contained in:
JoeStrout
2023-10-04 15:12:39 -07:00
parent f7ea1843ef
commit 3bd8b2f614
3 changed files with 130 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ As published in Basic Computer Games (1978):
Downloaded from Vintage Basic at
http://www.vintage-basic.net/games.html
#### Known Bugs
- The original program does not correctly detect identical draws in the first and third position as a double (instead, it counts as a loss). This is probably not intended. Some of the ports fix this, so that any two matches count as a double.
#### Porting Notes
(please note any difficulties or challenges in porting here)