mosgame

Version, currently v.0.3-alpha3 versions

github.com/bararchy/mos_game

Mini Offline Singleplayer game in Crystal

18 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mosgame:
    github: bararchy/mos_game
    version: ~> v.0.3-alpha

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Bar Hofesh <bar.hofesh@gmail.com>

Dependencies

Development Dependencies

  • minitest*github: bararchy/text-parserdev

README

# mos_game
Mini Offline Singleplayer game in Crystal

## About

This is a first try, a first try in creating a game and first try in creating a game in Crystal.
```
           ▄▄▄  ▄▄▄    ▄▄▄▄      ▄▄▄▄
           ███  ███   ██▀▀██   ▄█▀▀▀▀█
           ████████  ██    ██  ██▄        ▄███▄██   ▄█████▄  ████▄██▄   ▄████▄
           ██ ██ ██  ██    ██   ▀████▄   ██▀  ▀██   ▀ ▄▄▄██  ██ ██ ██  ██▄▄▄▄██
           ██ ▀▀ ██  ██    ██       ▀██  ██    ██  ▄██▀▀▀██  ██ ██ ██  ██▀▀▀▀▀▀
           ██    ██   ██▄▄██   █▄▄▄▄▄█▀  ▀██▄▄███  ██▄▄▄███  ██ ██ ██  ▀██▄▄▄▄█
           ▀▀    ▀▀    ▀▀▀▀     ▀▀▀▀▀     ▄▀▀▀ ██   ▀▀▀▀ ▀▀  ▀▀ ▀▀ ▀▀    ▀▀▀▀▀
                                          ▀████▀▀
```
The game is a terminal, text based game, with choises and charcter progression.
Give it a try :)

## How to play

Just download the latest release from here:
https://github.com/bararchy/mos_game/releases/tag/v.0.2-alpha

Choose .zip or .tar.gz

Download the file and extract localy.
Open a terminal in the folder (or just ```cd``` to it)

And execute
```
./MOSgame
```

You can also compile the game from sources using the Crystal compiler
## How to compile
If you have the Crystal compiler then just
```
crystal deps update
crystal compile libs/MOSgame.cr --release
```

Else, download the compiler here:
http://crystal-lang.org/docs/installation/index.html


## To-Do list

* More stroy
* A way to staticlly link the binery and get rid of the /ext/ folder
* Get help with building on Ubutnu (some one who dont care to compile the game and upload the binery back)
* Feed-back !

Enjoy !