Skip to content

pierrechevalier83/slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slider

A slider puzzle written in Rust using the Piston library

Build Status Clippy Linting Result

How to configure

  • Check out src/settings.rs
  • You can customize the image path
    • The image needs to be present in the assets folder
  • If no image is found, it will default to a gradient of colors
  • You can also customize various sizes

Build steps

With high resolution pigtures, debug is very slow cargo run --release

How to play

  • Arrows to move tile
  • Space to shuffle

alt tag

TODO

  • unit tests
  • get rid of global state (mostly from settings.rs)
  • settings: make configurable (size, color, image or not, ...)
  • scoring mechanisms

Notes

I am new to rust. Feel free to leave feedback on the code. (I now I must be missing lots of opportunities for using idiomatic constructions)

About

A Slider Puzzle implemented in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages