An open API service indexing awesome lists of open source software.

https://github.com/schickling/rust-examples

Rust examples in order to learn the language
https://github.com/schickling/rust-examples

Last synced: over 1 year ago
JSON representation

Rust examples in order to learn the language

Awesome Lists containing this project

README

          

rust-examples
=============

Rust examples in order to learn the language

## Included

* [snake-ncurses](https://github.com/schickling/rust-snake-ncurses/tree/master/snake-ncurses) - A terminal-based snake game implementation in Rust using ncurses
* [space-invaders-ncurses](https://github.com/schickling/rust-snake-ncurses/tree/master/space-invaders-ncurses) - A terminal-based space invaders implementation in Rust using ncurses

## Ideas for other small examples?

If you have an idea for another small example or game in order to demonstrate how to use rust, please open an issue or let me know via [email](mailto:schickling.j@gmail.com)