Go to file
2025-03-23 19:58:16 -04:00
Assets first commit 2025-03-23 19:58:16 -04:00
Packages first commit 2025-03-23 19:58:16 -04:00
ProjectSettings first commit 2025-03-23 19:58:16 -04:00
.gitattributes first commit 2025-03-23 19:58:16 -04:00
.gitignore first commit 2025-03-23 19:58:16 -04:00
.vsconfig first commit 2025-03-23 19:58:16 -04:00
LICENSE first commit 2025-03-23 19:58:16 -04:00
README.md first commit 2025-03-23 19:58:16 -04:00

Unity Puzzle Games

Collection of puzzle games, created in Unity

This software is licensed under the MIT License and includes a recreation of the game Wordle in Unity called "Word Puzzle". The original game Wordle is not affiliated with nor endorsed by the author of this software.

image

There is also the inclusion of a Sliding Images Puzzle Game called "Image Puzzle", the goal is to rearrange the pieces by sliding them around the board until the image appears normal again. The player must move the pieces in the correct sequence to recreate the original image.

image image

Another game called "Shape Puzzle", the player is given a set of random shapes, such as triangles, squares, and rectangles, each with a different size and orientation. The player must then arrange these shapes in a 3x3 grid in such a way that they fit together to form a perfect square.

image image

The games described in the previous prompts are designed to be created as projects completed in a day. As such, they may not be completely polished or finished. They offer an opportunity to quickly prototype and test ideas, and can serve as a starting point for further development.