Skip to content

loksonarius/rsnake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

🐍

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%