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.
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.