/7-wonders-score-v2

Primary LanguageJavaScriptMIT LicenseMIT

7 wonders score

Description

This is version 2.0 of a small web app to keep a history of scores for the board game 7 wonders.
Frontend powered by AdminLTE

System Requirements:

  1. PHP 7.1+
  2. Mysql 5.6+
  3. Only tested on ubuntu.

How to install:

  1. Clone this repo:
  2. Create a database.
  3. Run composer install
  4. Copy the file .env.dist to .env and replace in the line DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name db_user, db_password db_name and maybe the db host witht he real values
  5. Run php bin/console app:install and fill in the fields you are required to fill in and hit submit.
  6. There might be some issues with the folder permissions for var. Make it writable if it happens.
  7. Enjoy.

How to use

You can manage the players, wonders and scors from the backend.
The install sql comes with the standard wonders and scoring categories and the ones from the Leaders, Cities and Fan extension packs.
You can add more if needed. The scoring categories that come from the extension packs can be marked as disabled when submitting a score.
There is no "delete" action so far for anything and no "edit" for a submitted game. If you screw up, you clean it up manually.

Licence:

Copyright 2018 Marius Strajeru

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Bug Reports

Report any bugs or feature requests here: https://github.com/tzyganu/7-wonders-score-v2/issues