A terminal-based puzzle game built in C for the course Laboratórios de Informática 2.
PuzzleLI2 is a logic-based puzzle game designed to be played directly in the terminal.
It was developed as part of an academic project to explore fundamental programming concepts such as:
- Data structures
- File handling
- User interaction via the console
# Clone the repository
git clone https://github.com/fabioazv14/PuzzleLI2.git# Enter the project directory
cd PuzzleLI2# Compile the project
make jogo# Run the game
./puzzle

