GithubHelp home page GithubHelp logo

r3trofitted / ye-sepulchre-inn Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 40 KB

Ye Sepulchre Inn – a web adaptation of the board game _La Taverne de la Cypte_

Ruby 80.07% CSS 0.52% JavaScript 3.03% HTML 16.38%

ye-sepulchre-inn's Introduction

Ye Sepulchre Inn

Ye Sepulchre Inn is the web adaptation of the board game La Taverne de la Crypte.

It is an easy-to-grasp and fast-to-play game for 3 to 5 (or more!) players that recreates a fantasy tavern brawl. Colorful characters throw punches, pints, chairs and occasionally waitresses at each other, hoping to be the last person standing when the town militia arrives.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Ye Sepulchre Inn is a basic Rails 7 app; everything you need is covered in the excellent Rails guides.

Installing

Rails comes with a simple bin/setup script that will install everything for you – just run it. Should you want to do everything yourself, all you have to do is install the dependencies and set up the database.

bundle install
bin/rails db:prepare

I personally find the testing fixtures useful in development. Loading them will get you up and running faster.

bin/rails db:fixtures:load

Now you can launch the server and invite your friends to play!

bin/rails server

Running the tests

Once again, pretty standard Rails stuff.

I really like the testing pyramid, and I really, really like to focus exclusively on its top and bottom, as do people smarter than me.

System tests

The top of the pyramid. Since Rails 5.1, they are easy to make and well explained.

bin/rais test:system

Unit tests

The bottom of the pyramid. For this project, they are mostly synonymous with model testing.

bin/rails test

Everything at once

bin/rails test:all

Deployment

[TODO]

Built With

Contributing

[TODO]

Acknowledgments

ye-sepulchre-inn's People

Contributors

r3trofitted avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.