Crates.io | embedded-snake |
lib.rs | embedded-snake |
version | 0.0.2 |
source | src |
created_at | 2022-11-06 21:35:47.486674 |
updated_at | 2022-11-06 21:37:42.87879 |
description | Snake game implementation in Rust with no-std. It uses embedded-graphics as a display target. |
homepage | https://github.com/libesz/embedded-snake-rs/ |
repository | https://github.com/libesz/embedded-snake-rs/ |
max_upload_size | |
id | 706757 |
size | 43,552 |
Snake game implementation in Rust with no-std. It uses embedded-graphics as a display target.
It might be a useful demo application for embedded projects with any display (supported by embedded-graphics) and at least four buttons.
See the examples on computer, using the embedded graphics simulator.
Note this is a work-in-progress project.