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

martoko/MonsterMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

Small game demonstrating A* in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published