Skip to content

Commit 5f01f03

Browse files
committed
Merge branch 'sourcery/main' of https://github.com/amjadkofahi/basic-computer-games into sourcery/main
1 parent 4979a62 commit 5f01f03

File tree

1 file changed

+8
-6
lines changed
  • 00_Alternate_Languages/89_Tic-Tac-Toe/MiniScript

1 file changed

+8
-6
lines changed

00_Alternate_Languages/89_Tic-Tac-Toe/MiniScript/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ Conversion to [MiniScript](https://miniscript.org).
55
Ways to play:
66

77
1. Command-Line MiniScript:
8-
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
8+
Download for your system from <https://miniscript.org/cmdline/>, install, and then run the program with a command such as:
9+
910
```
10-
miniscript tictactoe.ms
11+
miniscript tictactoe.ms
1112
```
1213

1314
2. Mini Micro:
14-
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:
15+
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:
16+
17+
```
18+
load "tictactoe"
19+
run
1520
```
16-
load "tictactoe"
17-
run
18-
```

0 commit comments

Comments
 (0)