GitHunt
DR

dreamingechoes/simplelogica_the_game

A game developed in Ruby with the help of Gosu gem.

Simplelogica: The Game

Simplelogica: The game

About

This is an example of a game developed in Ruby using the Gosu library. All the resources of the game (images, music and audio effects) are some mine and some extracted from http://opengameart.org/.

Install dependencies

Here are the pre-requisites to play this game (or be able to use Gosu):

Getting Started

To start playing this game, you only have to:

  • Install Ruby (using RVM or RBenv or whatever).

  • Clone the repo and execute bundle install:

user@computer:~$ git clone git@github.com:dreamingechoes/simplelogica_the_game.git
user@computer:~$ cd simplelogica_the_game
user@computer:/simplelogica_the_game$ bundle install

Usage

You can build the gem and install thr result to have the game available to execute whenever you want by executing:

user@computer:~$ cd simplelogica_the_game
user@computer:~$ gem build simplelogica_the_game.gemspec
user@computer:~$ gem install simplelogica_the_game-0.2.0.gem

Once you have done this, you can start the game by executing the binary:

user@computer:~$ simplelogica_the_game

Then follow the screen instructions, and have fun! ๐Ÿ˜Š


This project was developed by dreamingechoes.
It adheres to its code of conduct and
contributing guidelines, and uses an equivalent license.

Languages

Ruby98.8%Shell1.2%

Contributors

MIT License
Created December 2, 2015
Updated February 12, 2024
dreamingechoes/simplelogica_the_game | GitHunt