Largely Unnecessary
##What's in the Tin:
- The "svi" package provided in the SVIOS repository
- The "PoliticsSimulator2015" game by
main.go
and support files (once they exist) - Not Go
##Requirements:
- Go 1.4.x+ http://golang.org/doc/install
- GoFPDF https://github.com/jung-kurt/gofpdf
##To Build:
- Run the
cpsvi
script insrc/
(makes dir/copies/installssvi.go
using your$GOPATH
) - Change directory back to the location of
main.go
- Build PoliticsSimulator2015 via
go build
- Run via
./PoliticsSimulator2015
- Enjoy
##Notes:
This project is silly.