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
- Host: GitHub
- URL: https://github.com/schickling/rust-examples
- Owner: schickling
- Created: 2014-11-10T12:26:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T11:36:17.000Z (almost 11 years ago)
- Last Synced: 2025-03-30T05:41:11.147Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 227 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)