https://github.com/ddfreyne/inari
A collection of games written in Crystal
https://github.com/ddfreyne/inari
crystal game
Last synced: about 1 year ago
JSON representation
A collection of games written in Crystal
- Host: GitHub
- URL: https://github.com/ddfreyne/inari
- Owner: denisdefreyne
- Archived: true
- Created: 2015-11-24T06:40:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T10:18:00.000Z (over 7 years ago)
- Last Synced: 2025-02-26T20:38:27.297Z (about 1 year ago)
- Topics: crystal, game
- Language: Crystal
- Homepage:
- Size: 2.13 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-crystal - inari - A collection of games using Glove as the game engine (Game Development)
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.