Gamers Forem

Gomes
Gomes

Posted on • Edited on

Sneak peek on a game im developing

I'm building a minimalist puzzle game in C using raylib, called Puzzle House. The goal is to create 10 progressive levels with unique mechanics, all documented for reuse and learning.

Tech Stack

  • C + raylib
  • Modular level design
  • Simple state management (menu, gameplay, pause)

Current Progress

  • Basic menu with Start, Options, and Quit
  • Level system in development
  • Focus on clean code and reusable logic

Preview

Main menu of my game

EDIT - First level

First level

Second level

Second level

Third level

Third level

Fourth level

Fourth level

FINAL EDIT
Download the game here

Top comments (5)

Collapse
 
afrodev_ profile image
Josiah Mbao

I like the menu screen, simple but straightforward. What does Raylib do? Is it like a game engine or C library? I've never made a game with C so this seems cool

Collapse
 
deepdish36 profile image
Gomes

Raylib is a C library used to create 2D and 3D games. It is beginner friendly, so that's why I decided to give it a try.

Collapse
 
8166491 profile image
Ender YT6222

looks sick``

Some comments may only be visible to logged-in visitors. Sign in to view all comments.