/tangrams

tangram puzzle made with scss and jquery

Primary LanguageSCSS

Play this puzzle game here!
Note:
I made a tangram puzzle to get better at CSS/Sass and Javascript/Jquery, and because I've been wanting to make this for a while. I intentionally limited myself to these technologies and HTML.

To do:
make shapes using clip path
make 6 templates total
make navigation to choose template
refactor the movement code so it is more natural (and uses arrow keys only)
add some fun thngs
refactor js code one more time
get a code review from someone THANKS JOEY!

Maybe one day:
IE and Safari version
mobile version
programmatically generate templates and figure out which ones are best for the game and which are easier/harder to solve (maybe using user input to determine difficulty)
add game mode, where templates get gradually harder and include more shapes?
create answers and allow player to reveal them?