Skip to content

prototype for a randomly generated maze / puzzle dungeon rogue-like

License

Notifications You must be signed in to change notification settings

mswieboda/escapist

Repository files navigation

escapist

Installation

install SFML

shards install

Windows

if compiling/installing from Windows, please follow game_sf windows instructions

Compiling

Dev / Test

make

or

make test

Release

make release

Packaging

Windows

creates Windows release build, packages and zips

make winpack

you'll need 7z (7zip binary) installed (download)

zips up SFML DLLs, assets, run.bat (basically the .exe) to build/escapist-win.zip

Mac

make macpack

creates Mac OSX release build, packages and zips

you'll need installed:

  • 7zz (7zip binary) via brew install 7zip
  • platypus (Platypus binary) via brew install --cask platypus then in Platypus > Preferences install the command line tool

zips up SFML libs, ext libs, assets, escapist.app (created by Platypus) to build/escapist-mac.zip

About

prototype for a randomly generated maze / puzzle dungeon rogue-like

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published