Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 651 Bytes

MonsterMaze

Small demonstration of A* in Ruby, using the GOSU graphical library.

Screenshot

Building

Building a standalone executable file is possible for Windows and Mac OS X. Linux users are expected to run the ruby outputted by "rake build_ruby".

Runtime dependencies

  • Ruby
  • GOSU

Build dependencies

  • Rake
  • Ocra (Building for Windows only)

Windows

Run "rake build_win" to build for Windows.

Mac OS X

Run "rake build_osx" to build for OS X.

Linux

Run "rake build_ruby" to gather the source code and images in "bin/ruby".