Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denisdefreyne/inari

A collection of games written in Crystal
https://github.com/denisdefreyne/inari

crystal game

Last synced: about 2 months ago
JSON representation

A collection of games written in Crystal

Awesome Lists containing this project

README

        

# Inari

_Inari_ is a collection of games written in Crystal, using [Glove](https://github.com/ddfreyne/glove) as the game engine. It (along with Glove) is very much work in progress and intended mostly as a playground.

## Prerequisites

1. Install Crystal (on macOS: `brew install crystal-lang`)
2. Install GLEW and GLFW (on macOS: `brew install homebrew/versions/glfw3 glew`)
3. Install [UPX](https://github.com/upx/upx) (on macOS: `brew install upx`)

## Building

Inside the individual games’ directories, use `make` to build the game.