Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 472 Bytes

rust-snake

Snake game built with Rust

Purpose

When I learn a new language the first project I build is a game of Snake! This usually tackles several different facets of the language, such as I/O, logic, structure, etc.

This time I'm doing it in Rust!!

The game can be compiled and run using Rust tooling, and can be played with the WASD keys.