mosgame

Version, currently v.0.2-alpha3 versions

github.com/bararchy/mos_game

Mini Offline Singleplayer game in Crystal

18 stars
0 dependents
License: MIT

Nothing has been indexed for v.0.2-alpha yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

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

Then run:

shards install

shard.yml

No shard.yml has been indexed for v.0.2-alpha. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

# 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 !