kfischer-okarin / 2023-10-09-sg-bloody-shapes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloody Shapes

A Small Game made with DragonRuby GTK between Oct 9th and Oct 23rd, 2023.

Itch.io Page

How to checkout the game

  1. Extract the DragonRuby version you want to use somewhere
  2. Delete original mygame folder (or alternatively rename it into mygame-template if you want to keep the files around)
  3. Clone your game (this repository) via git
  4. Copy the DragonRuby engine into your game repository (don't forget the hidden .dragonruby folder)

How to update the DragonRuby version

  1. Execute following command in your repository

    git clean -f -x -d

    This will recursively delete all unknown & ignored files in your repository (i.e. the engine).

    Be aware that this might also delete all other ignored files in your repository (like maybe save games) - so if you want to keep anything make sure that you backup those files first

  2. Copy the new version of the DragonRuby engine into your game repository (don't forget the hidden .dragonruby folder)

Credits

About


Languages

Language:Ruby 99.3%Language:Shell 0.7%