Skip to content

Latest commit

 

History

History

bevy-snake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Bevy Snake Game

This project is a 2D/3D snake implementation with the Bevy game engine. It's currently a work in progress but it includes some extra features like teleporters.

demo

Usage

cargo run --release

Dependencies

  • rust: Rust toolchain.
  • bevy: A data-driven game engine built in Rust.