Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 239 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 239 Bytes

Ed project (a Tonic Trouble like game)

Dependencies

sudo apt install cmake libirrlicht-dev

Build

cmake .
make

Run

./bin/ed

Run tests

ctest