Skip to content

rustbunker/ratatui-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ratatui Snake

Preview

rataui-snake-no-audio.mp4

Description

This is a simple snake game made designed using Ratatui as TUI library and Rust as programming language.

How to play

Download the binary from here

Or you can install from the AUR: paru -S ratatui-snake

How to run locally

cargo run

Structure

The project is divided in 3 main modules:

  • game: Contains the game logic
  • main: Contains the TUI rendering logic and the main loop
  • coord: contains the Coord struct that represents a 2D coordinate

Contributing

Feel free to open an issue or a PR if you want to contribute to this project. Any help is strongly appreciated.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%