Small demonstration of A* in Ruby, using the GOSU graphical library.
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)
Run "rake build_win" to build for Windows.
Run "rake build_osx" to build for OS X.
Run "rake build_ruby" to gather the source code and images in "bin/ruby".