loksonarius / rsnake

A snake game made with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSnake

Snake clone done in Rust

Sample Game

Forked from Tensor Programming's snake-tutorial

Running

Running the game:

cargo run

Building executable:

cargo build

Purpose

This project is here to give me some starting material to learn the Rust language. I figured this might be more productive than just bashing my head in with a new project from scratch and lets me focus on learning the language instead of designing some system.

I'll be adding on to the existing code base as I get more comfortable with things. I'll be recording progress on this below.

Progress

  • Add flashing fruit
  • Add score counter
  • Add header footer bar with score
  • Make game size dynamically modifiable
  • Make fruit dissapear over time
  • Add eating sound effect
  • Add home screen

🐍

About

A snake game made with Rust


Languages

Language:Rust 100.0%