Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denisdefreyne/inari
- Owner: denisdefreyne
- Created: 2015-11-24T06:40:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T10:18:00.000Z (about 6 years ago)
- Last Synced: 2024-10-16T00:02:17.385Z (about 2 months 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.