/statetopia

Civilization type Rails app

Primary LanguageHTML

Statetopia

A politically themed nation-building game. Built in Rails. 2/22/2017

By Tracie Weitzman and Jonathan Thom

Specifications

1. Unique Users can login and create different Nations to play game.

2. Nation starting attributes are set based on User's initial choices.

3. During game play, random Events are shown with Response options for User to choose. Nation statistics are effected by choices.

4. Game goal is to survive until year 2030. Game is lost if any statistics drop to zero.

Setup/Installation Requirements

git clone https://github.com/weitzwoman/nation-game-rails
cd nation-game-rails
bundle install
postgres
  • In a separate Command Line, run:
rails db:setup
rails s
  • Then, in any modern browser, open:
localhost:3000

Known Bugs

1. On Heroku, Responses to events do not always load from database.

Support and contact details

Contact us on Github at weitzwoman or jonathanwthom

Technologies Used

  • Ruby version 2.2.3
    • Rails 5.0.1
  • Postgres
    • ActiveRecord
  • HTML
  • SCSS
    • Bootstrap

License

Statetopia is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Statetopia is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the Statetopia. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2017 Tracie Weitzman and Jonathan Thom