Comments
This is a game, made in java, I developed during school for my second project last year. My professor said we could either develop a game from a list of games he gives us or come up with a game ourselves, so I decided to develop a game myself. I enjoyed playing Tetris plus' puzzle mode as a kid. I decided to combine the popular match 3 game mechanic with the puzzle mechanic from tetris plus to make SaveMyCat. I worked on this project with a friend, https://twitter.com/conbini_, who did all the art for this game.
TO RUN THE GAME
1) Open terminal or command line
2) cd to the directory the files are located at. ex: cd Downloads/SaveMyCat/
3) type java -jar SaveMyCat.jar
*If you get an error called javax.imageio.IIOException: Can't read input file!*
The assets folder must be in the same directory as the jar file.