mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
add games
This commit is contained in:
parent
dea5959a3e
commit
49afd5569f
1 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,12 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||||
|
|
||||||
## Games
|
## 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
|
* [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
|
* [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 [<img src="https://travis-ci.org/jeaye/q3.png?branch=master">](https://travis-ci.org/jeaye/q3)
|
* [jeaye/q3](https://github.com/Jeaye/q3) A Quake 3 like game with voxelized destructible maps [<img src="https://travis-ci.org/jeaye/q3.png?branch=master">](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
|
* [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
|
* [zokier/pong-rs](https://github.com/zokier/pong-rs) Classic pong game
|
||||||
|
|
||||||
|
|
||||||
## GUI
|
## GUI
|
||||||
* [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings. [<img src="https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master">](https://travis-ci.org/kenz-gelsoft/wxRust)
|
* [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings. [<img src="https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master">](https://travis-ci.org/kenz-gelsoft/wxRust)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue