Skip to content

Goby 0.2.0

Latest
Compare
Choose a tag to compare
@nskins nskins released this 27 Jan 17:07
· 2 commits to master since this release
a5b59dd

Goby 0.2.0 is available at https://rubygems.org/gems/goby.

New features include the following:

  • Music module provides looping background music,
  • Player can travel to multiple Maps - Map state is saved,
  • Fighter module encapsulates Entity battle behavior (thanks @scosbet!),
  • goby executable generates simple starter project,
  • Monsters may drop multiple treasures,
  • Entity stats are now a Hash (thanks @Jeff-Hostetler!),
  • Convenient NPC #say displays NPC's name (thanks @jamesball27!),
  • Convenient treasure chest Event,
  • Location class encapsulates Map and 2D position
  • Map's regen_location has been replaced by Player's respawn_location.