Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 531 Bytes

SnakeGame-Rust

This is a cross-platform terminal snake game using Rust Programming Language with tokio run-time.

Following rust idioms are used in this game

1.) The Rust tokio runtime

2.) Rust callback functions

3.) Rust channels

4.) Rust async/await

5.) Rust loop statements

6.) Rust Match statement

7.) Pass by reference

Output of this game:

SnakeGame-Rust.mp4