summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-05 23:21:47 -0500
committerMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-05 23:21:47 -0500
commit0e5180badae662f68712114a5bbdb48f7e6f3094 (patch)
tree2f5ffa7feac3a90018eb76c358436bfe2ffd4fda
parentf995f0469197aba24fa31843ab3cd1526da1e0ed (diff)
added links to games in the readme
-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),