LorenzoLeonardo / snake_game_rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Rust 100.0%