Skip to content

๐ŸŸ  Programming 4 final project: Q*bert arcade remake using Minigin. Implements the first three levels with pixel-perfect accuracy, AI and enemy behavior, applying Programming 4 concepts and game programming patterns. Engine/game logic split via static library.

License

Notifications You must be signed in to change notification settings

knapeczadam/programming-4-qbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŸ  Programming 4 โ€“ Q*bert

Hey fellow DAE student, game dev enthusiast, or curious visitor ๐Ÿ‘‹
Welcome to my Programming 4 โ€“ Q*bert repository โ€” the final project for Programming 4.


๐Ÿ—„๏ธ About this repository

This repo contains my final project for Programming 4, where I was randomly assigned Q*bert out of ten possible games.
The main goal was to implement the first three levels with pixel-perfect accuracy, replicating enemy AI and behavior as closely as possible.

โš ๏ธ Note: this project applies patterns and concepts learned in Programming 4.
Itโ€™s a snapshot of my learning journey, not a polished commercial product.


๐Ÿ—๏ธ Engine: Minigin

The project is built on Minigin, a minimal SDL2 & glm setup created by Alex Vanden Abeele.
Minigin is not a full game engine โ€” it provides a small framework for 2D C++ games with:

  • SDL2 setup for rendering/input
  • glm for vector and matrix math
  • Scaffolding to quickly start a project

In this project, I extended Minigin to implement a component-based GameObject system, event queue, dedicated audio thread, and all other game patterns required for Q*bert.


๐Ÿงฉ Key Patterns and Concepts

  • Programming Patterns Implemented: Singleton, Factory, Observer, Service Locator, Command, Pimpl
  • Event system: Queue-based event handling
  • Object management: Unity-inspired GameObject system with component-based architecture
  • Audio: Runs on a dedicated thread
  • Execution order: Unity-inspired essential functions

๐Ÿš€ Releases

This project contains two release builds, available in the ๐Ÿ“ฆ Releases section:

  • programming_4-qbert-1.0.0-windows-x64.zip โ†’ normal game build
  • programming_4-qbert-debug-1.0.0-windows-x64.zip โ†’ debug build with 999 lives (effectively infinite) and sprite/logical debug visualization

๐Ÿง  Final Thoughts

This project demonstrates how game programming patterns improve code structure, memory access, and decoupling.
It also showcases how best practices like event-driven systems, threading, and modular architecture can be applied in game development.
If youโ€™re exploring Programming 4 projects: study, experiment, and enjoy a classic arcade revival ๐ŸŸ ๐Ÿ•น๏ธ


โš–๏ธ License

This repository is licensed under the MIT License โ€” feel free to explore, learn, or fork for educational purposes.


Made with C++, Q*bert, and a passion for classic arcade games ๐ŸŽฎ
โ€” รdรกm

About

๐ŸŸ  Programming 4 final project: Q*bert arcade remake using Minigin. Implements the first three levels with pixel-perfect accuracy, AI and enemy behavior, applying Programming 4 concepts and game programming patterns. Engine/game logic split via static library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published