Skip to content

Visual puzzle game in C using Raylib. Reconstruct images by placing shuffled tiles in the correct position on a grid.

Notifications You must be signed in to change notification settings

Miguel-Araya/Puzzle_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Puzzle Game in C with Raylib

This is a visual puzzle game developed in C using the Raylib library. The game challenges players to reconstruct an image by correctly placing square-shaped tiles on a grid.

Unlike traditional jigsaw puzzles, this game uses a uniform grid and square tiles, each showing a portion of the final image. The player must use logic, memory, and spatial recognition to complete the picture.

Features

Puzzle based on image reconstruction

Grid system with square tiles

Built with Raylib and C

Enhances logic and spatial reasoning

Simple sound and interactive UI

Drag-and-drop mechanics for placing tiles

Requirements

C compiler (GCC, Clang, etc.)

Raylib installed (v4.0 or newer recommended)

How to Play

Select an image.

Tiles from the image will appear in random order.

Drag and drop each tile into the correct position on the grid.

Complete the puzzle to finish the level.

Inside the src folder, there is a main.exe file. If your system meets the requirements, you can run it.

About

Visual puzzle game in C using Raylib. Reconstruct images by placing shuffled tiles in the correct position on a grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages