Inari is a collection of games written in Crystal, using Glove as the game engine. It (along with Glove) is very much work in progress and intended mostly as a playground.
- Install Crystal (on macOS:
brew install crystal-lang
) - Install GLEW and GLFW (on macOS:
brew install homebrew/versions/glfw3 glew
) - Install UPX (on macOS:
brew install upx
)
Inside the individual games’ directories, use make
to build the game.