From 79013547541009716e3b9770f5c6d07bd5ee1b97 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sun, 13 Dec 2020 11:19:58 +0000 Subject: [PATCH 1/2] Add Tic-tac-toe to the list of the projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37405dd..fee5f73 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,4 @@ unacceptable behavior to hello@swiftwasm.org. * [SwiftWebUI-WASM-CFs](https://github.com/1amageek/SwiftWebUI-WASM-CFs) - An example of a SwiftWebUI project deployed to Firebase Cloud Functions. * [Swift + WebAssembly](https://github.com/hassan-shahbazi/swiftwasm-go) - Use Swift + WebAssembly in a Go application. * [Swift, Wasm, and Algorithms](https://github.com/johngarrett/swal-wasm) - Interactive documentation for [the Swift Algorithms project](https://github.com/apple/swift-algorithms). +* [tic-tac-toe](https://github.com/johngarrett/tic-tac-toe) - Tic-tac-toe game built with SwiftWasm. From cc4381647de552a03afce09c4aa8953b38178387 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sun, 13 Dec 2020 11:20:47 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee5f73..9ae6cd5 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ unacceptable behavior to hello@swiftwasm.org. * [SwiftWebUI-WASM-CFs](https://github.com/1amageek/SwiftWebUI-WASM-CFs) - An example of a SwiftWebUI project deployed to Firebase Cloud Functions. * [Swift + WebAssembly](https://github.com/hassan-shahbazi/swiftwasm-go) - Use Swift + WebAssembly in a Go application. * [Swift, Wasm, and Algorithms](https://github.com/johngarrett/swal-wasm) - Interactive documentation for [the Swift Algorithms project](https://github.com/apple/swift-algorithms). -* [tic-tac-toe](https://github.com/johngarrett/tic-tac-toe) - Tic-tac-toe game built with SwiftWasm. +* [tic-tac-toe](https://github.com/johngarrett/tic-tac-toe) - [Tic-tac-toe game](https://garrepi.dev/tic-tac-toe/) built with SwiftWasm.