Hemi

Whatshisface

This is a Work In Progress simplistic game engine based on SDL2.

Made for self-educational purposes.

Setup

1. Required libraries

Install sdl2, sdl2_image, sdl2_mixer and sdl2_ttf libraries. For MacOS you can simply brew install all of them.

2. Install Ruby and gems

Install specific ruby version using Rbenv (rbenv install) or RVM (yuck)

Make sure you have Bundler gem installed for this revsion (gem install bundler -v=1.17.3)

And bundle install away.