File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ coverage html
1919
2020Simple 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`:
400400clj -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
405407Version using [ CoffeeScript] ( https://coffeescript.org/ ) .
@@ -461,7 +463,7 @@ mix run -- --x-strength 4 --o-strength 4
461463
462464Minimal 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
466468Compile 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
616618Build and run and go to ` localhost:8000 ` ::
617619
@@ -620,6 +622,8 @@ wat2wasm tictactoe_wasm.wat -o tictactoe_wasm.wasm
620622python3 -m http.server
621623```
622624
625+ Hosted [ here] ( https://janericnitschke.github.io/TicTacToe/wasm ) on GH-Pages.
626+
623627## TicTacToe-scratch
624628
625629Very simple two player tictactoe game with Scratch.
You can’t perform that action at this time.
0 commit comments