From 49afd5569f7ceeb3e41a9ac9ebe2b905b0e4c036 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 5 Aug 2014 11:08:48 +0200 Subject: [PATCH] add games --- UNSTABLE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UNSTABLE.md b/UNSTABLE.md index f321e19..939506b 100644 --- a/UNSTABLE.md +++ b/UNSTABLE.md @@ -29,6 +29,12 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful ## Games +* [Arcterus/game-of-life](https://github.com/Arcterus/game-of-life) +* [Arcterus/rust-snake](https://github.com/Arcterus/rust-snake) +* [bachm/rusty-t*tris](https://github.com/bachm/rusty-tetris) +* [bvssvni/rust-snake](https://github.com/bvssvni/rust-snake) +* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048) +* [Coeuvre/rust-pong](https://github.com/Coeuvre/rust-pong) * [dpc/rustyhex](https://github.com/dpc/rustyhex/) Simple roguelike written in Rust language * [FrozenCow/rust-airhockey](https://github.com/FrozenCow/rust-airhockey) A simple airhockey game using rust-sdl and OpenGL * [jeaye/q3](https://github.com/Jeaye/q3) A Quake 3 like game with voxelized destructible maps [](https://travis-ci.org/jeaye/q3) @@ -37,7 +43,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful * [rlane/cubeland](https://github.com/rlane/cubeland) Infinite terrain with Rust and OpenGL * [zokier/pong-rs](https://github.com/zokier/pong-rs) Classic pong game - ## GUI * [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings. [](https://travis-ci.org/kenz-gelsoft/wxRust)