summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 777c2ce..2953331 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
# Gate
Gate is a game development library tailored to 2D pixel-art games, written in Rust.
+### Games
+
+I've made a couple of games using Gate, which are playable through a web-browser
+thanks to Gate's WebAssembly support.
+
+* [Project Ice Puzzle](http://www.matthewmichelotti.com/games/project_ice_puzzle/)
+* [Gate Demo](http://www.matthewmichelotti.com/games/gate_demo/play/) ([source](https://github.com/SergiusIW/gate_demo))
+
### Crate
The Rust crate for Gate can be found [here](https://crates.io/crates/gate),