• Stars
    star
    17
  • Rank 1,217,836 (Top 25 %)
  • Language
    Crystal
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mini Offline Singleplayer game in Crystal

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 !