Skip to content

Picrust is a simple game written in Rust using the Bevy engine

License

Notifications You must be signed in to change notification settings

cheloizaguirre/picrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picrust

This project is an exercise in learning Rust and the bevy engine. The plan is for this to be a simple Picross-like game.

Current state

Doesn't do much, really. If you click "solve", the puzzle will get auto-solved.

How do I run it?

Since there's no built release, you have to build it yourself. Here's the simplest route:

  1. Get Rust! (why don't you have it already?) Instructions here
  2. Clone the code and go to thata folder
  3. cargo run --release
  4. Play!

License

Since this is for educational purposes, it's all GPL. Check out LICENSE for the details.

About

Picrust is a simple game written in Rust using the Bevy engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published