Skip to content

Hurlyburly2/Spirits-of-the-forest

Repository files navigation

Spirits of the Forest

Two-player card game based on the physical game of the same name.

See the live, playable version here:

http://spirits-of-the-forest-game.herokuapp.com/

PDF with game workings, database structures, data flow, and various other technical features:

https://drive.google.com/file/d/1cgSf0kZq2C_QLmAjvEJ6hDCn7A1S_7Cu/view?usp=sharing

Screencast:

https://www.youtube.com/watch?v=qZZw5Zh_8yE

To run locally:

  • Download repo
  • 'bundle install' and 'yarn install' from your terminal
  • 'yarn run start' and 'rails s' from your terminal
  • Create the database: 'bundle exec rake db:create', 'bundle exec rake db:migrate', 'bundle exec rake db:seed'
  • Navigate your browser to localhost:3000
Note: while running locally you will need a SENDGRID_API_KEY in your .env for email features, however, these are not required to play the game.

If you download to play locally, you will still need two accounts to play against each other. To this end, once you have the server running simply open a separate instance of the application in another browser and create a second account.

Config:

  • Ruby Version 2.4.5
  • Run tests with 'bundle exec rspec' and 'yarn run test'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published