Skip to content

petermckinley/SlidingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlidingGame

SlidingGame is a C++ puzzle game that combines classic sliding block mechanics with real-time physics using SDL3 and Box2D.

Quick Start

git clone https://github.com/petermckinley/SlidingGame.git
cd SlidingGame
mkdir build && cd build
cmake ..
make
./SlidingGame

Controls

  • Arrow keys / WASD: Move player
  • Mouse (click + drag): Move draggable blocks
  • R: Restart current level
  • Esc: Quit game

About

  • Modern C++ game prototype
  • Physics-based sliding logic (Box2D)
  • Built with SDL3
  • Educational, extendable, and open source

More Info

See the User Manual for usage instructions, screenshots, and FAQ.

Requirements

  • C++17 compiler
  • CMake
  • SDL3
  • Box2D

Preview

Gameplay

License

This project is licensed under the MIT License, a permissive open-source license that allows reuse with attribution. See LICENSE for full details.

About

3081w sliding game!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages