0.0
No commit activity in last 3 years
No release in over 3 years
PrisonArchitect save file parser.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 3
>= 0
 Project Readme

Prison Architect Parser

Gem Version Coverage Status Build Status Code Climate Dependency Status

This gem allows you to parse, access, and manipulate a save file from Prison Architect.

Installation

Add this line to your application's Gemfile:

gem 'prison_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install prison_parser

Usage

require 'prison_parser'
prison = PrisonParser::Prison.open("myprison.prison")

puts prison.Finance.Balance # 1318560.0

prison.save("newprison.prison")

Roadmap

  • Ability to convert a prison to a blank, but planned prison.

Thanks

Special thanks to:

License

Please see the LICENSE for more information.