Skip to content

webdestroya/prison_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A gem to parse Prison Architect save files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages