rpg-cr

2D RPG base game in CrSFML

RPG

Installation

install SFML 2.5.1

if on a mac, you can use https://github.com/mswieboda/homebrew-sfml for brew install mswieboda/homebrew-sfml/sfml@2.5 if on mac silicon, you'll need to build SFML 2.5.1 from source following: https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php (will update here with correct instructions) NOTE: currently 2.5.1 doesn't work with mac silicon, and 2.6.x crsfml isn't working on windows yet, so TBD on this

shards install

Windows

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

Linter

bin/ameba

or

bin/ameba --fix
bin/ameba --gen-config

etc, see ameba

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/rpg-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, rpg.app (created by Platypus) to build/rpg-mac.zip

Repository

rpg-cr

Owner
Statistic
  • 0
  • 0
  • 1
  • 0
  • 2
  • 27 days ago
  • May 18, 2024
License

MIT License

Links
Synced at

Thu, 17 Oct 2024 04:02:40 GMT

Languages