Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 912 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 912 Bytes

Push'd Out!

Push'd Out! The Ultimate Push-Out Brawling Game.

Getting started

Prerequisites

cmake # install however your platform wants you to
g++/clang++/msvc # toolchain will be explained
sdl2 # library will be explained
box2d # library will be explained

Recommended way to BUILD on Windows.

Recommended way to DEVELOP on Windows.

Experimental way to DEVELOP on Windows. Note: Debugging does not work yet.

Viable option to BUILD on Windows. Developing may proof to be difficult.

Recommended way to Build on Unix.

Recommended way to Develop and Build on Unix.