Skip to content

A puzzle game about moving colorful pieces around

License

Notifications You must be signed in to change notification settings

redant333/rubicross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubicross

Rubicross is a puzzle game inspired by Rubik's cube and it has a similar objective - to make all the 3x3 squares contain pieces of the same color.

It can be played here.

Implementation details

The game is implemented in Rust and uses macroquad library. It is compiled into a WebAssembly binary and hosted by using GitHub Pages. The page code can be found on www branch.