Project

galaxy

0.0
No commit activity in last 3 years
No release in over 3 years
Report parser for Galaxy Plus PBEM
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 1.2.9
 Project Readme

Galaxy¶ ↑

by: Arvicco
url: http://github.com/arvicco/galaxy

DESCRIPTION¶ ↑

Report parser and scripting tool for Galaxy Plus.

SUMMARY¶ ↑

Galaxy Plus is a popular turn-based play-by-email (PBEM) similar to MOO, VGAPlanets or Stars. This code parses Galaxy Plus / Dragon Galaxy report files and builds ActiveRecord models for game data artifacts. You can further use these artifacts to build automation scripts and whatnot. I have used this tool to efficiently manage even such monstrous game format as ‘research’, with literally thousands of planets and tens of thousands ship groups to take care of each turn.

This gem does not include specific automation add-ons (mine were too specific and tightly integrated into external scripting frameworks). However, you can easily build such scripts on top of provided data models.

Since I do not play Galaxy Plus any longer, no further development of this code is expected from my side, so I release it into public domain for anyone to use and enjoy.

INSTALLATION¶ ↑

$ gem install galaxy

SYNOPSIS¶ ↑

Please see tests for proper examples of usage.

Copyright © 2004-2010 arvicco. See LICENSE for details.