Skip to content

An educational game designed to teach the fundamentals of data structures. Built with C++, QT, and Box2D.

Notifications You must be signed in to change notification settings

meysamhamel/Stacked

 
 

Repository files navigation

STACKED Educational Platform

Created for Software Practice II @ the University of Utah
This is a group project, see contributors

Features:

Multi-Level Puzzles

  • Interactive Puzzles to help young students visualize data structures and their properties.
  • Modular Architecture to allow developers to easily plug in their own levels

Server-Side Accounts

  • Users can save their progress easily while keeping game data client side for performance.

Implementation:

  • Takes advantage of Box2D for the implementation of the physics engine.
  • Uses SMFL for Sprite representation and Networking aspects.
  • Backend is SQL based.
  • Written in the C++ programming language.

Demo screenshots:

screenshot screenshot screenshot screenshot screenshot screenshot screenshot

About

An educational game designed to teach the fundamentals of data structures. Built with C++, QT, and Box2D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • QMake 1.5%
  • Shell 0.4%