diff options
author | Matthew Michelotti <michelotti.matthew@gmail.com> | 2018-06-05 23:21:47 -0500 |
---|---|---|
committer | Matthew Michelotti <michelotti.matthew@gmail.com> | 2018-06-05 23:21:47 -0500 |
commit | 0e5180badae662f68712114a5bbdb48f7e6f3094 (patch) | |
tree | 2f5ffa7feac3a90018eb76c358436bfe2ffd4fda | |
parent | f995f0469197aba24fa31843ab3cd1526da1e0ed (diff) |
added links to games in the readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |