An experiment in morphogenesis.
Install the following packages on Debian and related Linux distributions:
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-devAfter checking out the repo, run bundle install to install dependencies.
To enable the repository’s bundled Git hooks (e.g. style checks):
git config core.hooksPath .githooksYou can check style guide compliance with StandardRB:
bundle exec standardrbTo automatically fix style issues:
bundle exec standardrb --fixStandard is also integrated into the default Rake task.
Finally, run the test suite:
bundle exec rspec