Skip to content

Commit 13e756b

Browse files
Update README with new links
1 parent 32e584a commit 13e756b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage html
1919

2020
Simple tictactoe game with [JavaScript](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/).
2121

22-
Hosted [here](https://main.dwbh88xp4gd1m.amplifyapp.com/) on AWS.
22+
Hosted [here](https://janericnitschke.github.io/TicTacToe/javascript) on GH-Pages.
2323

2424
## TicTacToe-Cpp
2525

@@ -400,6 +400,8 @@ Run and go to `localhost:9000`:
400400
clj -M --main cljs.main --compile tictactoe.core --repl
401401
```
402402

403+
Hosted [here](https://janericnitschke.github.io/TicTacToe/clojurescript) on GH-Pages.
404+
403405
## TicTacToe-CoffeeScript
404406

405407
Version using [CoffeeScript](https://coffeescript.org/).
@@ -461,7 +463,7 @@ mix run -- --x-strength 4 --o-strength 4
461463

462464
Minimal two player version using [Elm](https://elm-lang.org/).
463465

464-
Hosted [here](https://main.d2csemwu9ce7sg.amplifyapp.com/) on AWS.
466+
Hosted [here](https://janericnitschke.github.io/TicTacToe/elm) on GH-Pages.
465467

466468
Compile with:
467469

@@ -611,7 +613,7 @@ carbon link --output=tictactoe_carbon tictactoe_carbon.o
611613

612614
## TicTacToe-WASM
613615

614-
Version using [WASM]().
616+
Version using [WASM](https://webassembly.org/).
615617

616618
Build and run and go to `localhost:8000`::
617619

@@ -620,6 +622,8 @@ wat2wasm tictactoe_wasm.wat -o tictactoe_wasm.wasm
620622
python3 -m http.server
621623
```
622624

625+
Hosted [here](https://janericnitschke.github.io/TicTacToe/wasm) on GH-Pages.
626+
623627
## TicTacToe-scratch
624628

625629
Very simple two player tictactoe game with Scratch.

0 commit comments

Comments
 (0)