Skip to content

jaimerson/bakeru

Repository files navigation

Bakeru Build Status

ばける (ichidan conjugation, romaji bakeru)

化ける: to appear in disguise, take the form of, change for the worse, corrupt

Installing

  • Install Gosu's dependencies
  • Make sure you have ruby 2.3.1 installed (get from rvm.io)
  • Install bundler if you don't already have it gem install bundler
  • bundle install
  • Modify config/database.yml with your database config or create an user bakeru with password bakeru in your postgres.
  • Create database with bundle exec rake db:create
  • Migrate database with bundle exec rake db:migrate

Tests

Setup

  • Create database with GOSU_ENV=test bundle exec rake db:create
  • Migrate database with GOSU_ENV=test bundle exec rake db:migrate

Running

bundle exec rspec

Running

ruby main.rb

Generating ERD

Make sure you have graphviz installed and run:

bundle exec erd --inheritance

Acknowledgments

Sprites from Open Game Art:

Releases

No releases published

Packages

No packages published

Languages