Skip to content

Chadowo/the-humans-are-rebelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Humans Are Rebelling!

My entry for the 7th Gosu Game Jam. Basically a twist on the classic Berzerk but worse :)

How to play

Installing

The easiest way is to download the game from itch.io or here on the GitHub releases.

Controls

  • - Movement.
  • Space - Shoot!

Development

Assuming you have Ruby installed, then clone this repo:

$ git clone https://github.com/Chadowo/the-humans-are-rebelling.git

...and install the required gems with bundle install. Finally, to run the game just call rake.

While the game here works on CRuby, it is also meant to be compatible with MRuby. That is, because I use the Gosu MRuby wrapper to package the game for desktop platforms. This means that we can't use gem to install and use libraries, to workaround that I bundle the gems used by the game with the source code here.

Currently, I don't have an automated way of running nor packaging the game with the Gosu MRuby wrapper. But I'll see what I can do in the future.

License

Assets

CC BY 4.0 unless noted otherwise (see below).

Third-party

Unifont - OFL 1.1 license.

Code

MIT license.