Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.12 KB

GitHub contributors GitHub commit activity GitHub branch checks state Discord

flixel++

flixel++ is a port of Adam "Atomic" Saltsman's Flixel library originally created for ActionScript 3.

flixel++ is a work in progess, things might change or break.

Cloning

Make sure you clone with submodules OR it will not work as the needed submodules are not there.

git clone --recursive https://github.com/coolfren/flixelplusplus

If you already cloned it:

git submodule update --init --recursive

Building

Refer to BUILDING.md for instructions.