Project

zyps

0.01
No commit activity in last 3 years
No release in over 3 years
A game library for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.9.2
 Project Readme

Synopsis

Zyps - An AI library for building games.

Description

Zyps are small creatures with minds of their own. You can create dozens of Zyps, then decide how each will act. (Will it run away from the others? Follow them? Eat them for lunch?) You can combine rules and actions to create very complex behaviors.

Installation

Make sure you have administrative privileges, then type the following at a command line:

gem install zyps

Usage

Ensure wxRuby is installed and working:

gem install wxruby

At a command line, type:

zyps_demo

Development

Documentation available via RubyDoc.

Once downloaded, change into the project directory. For a list of targets, run:

rake -T

To build a gem:

rake

To see the demo:

rake demo

To create a "doc" subdirectory with API documentation:

rake rdoc

Also see "bin/zyps_demo" and the "spec" subfolder in the project directory for sample code.

Thanks

Glen Franta, Scott McGinty, and so many other math, science, and computer science teachers whose names I've forgotten. Nothing I do today would be possible without your efforts so long ago.

License

Copyright (c) 2009-2011 Zyps Contributors. Released under the MIT license. See the LICENSE file for details.