thedeviousdev / Card-Sleeves

Sleeving Calculator
https://sleeved.io/
22 stars 2 forks source link

Sleeved.io

The purpose of this site is to help all of the board game geeks out there sleeve their precious games!

How to use it:

Game missing?

If you'd like a game to be added, post a new issue in the Issues forum.

Set the post title to [Request] Game Name

**Game Name:** 
**Board Game Geek URL:** 
**Year/Edition:** (if possible)

Wrong/New information?

Most of the games have information provided by the gaming community, but it's possible it is incorrect or has not been added yet (sorry)! If you have the game in question, please help out and post a new issue in the Issues forum. Follow the following format:

Set the post title to [Update] Game Name

**Game Name:** 
**Board Game Geek URL:** 
**Year/Edition:** (if possible)

**Sleeve Size 1**
**Quantity:**
**Width (mm):**
**Height (mm):**

**Sleeve Size 2**
**Quantity:**
**Width (mm):**
**Height (mm):**

Add as many sleeve sizes as necessary

Future Updates

Re-structuring the application

  1. Allow users to register & login
    • Save game list
    • Suggest new games
    • Suggest changes to games
    • Comment on all games
    • Link account to BGG
    • Upvote users
  2. Show game details
    • Image
    • Year
    • Edition
    • Number of players
    • Number of cards
    • Size of cards
    • Comments on game
    • Number of upvotes
    • Link to BGG
    • Affiliate links to buy games
    • Expansions
    • Select sleeve brand to add to cart
  3. Search for games
    • By name
    • By player count
  4. Add to cart
    • Select sleeve brand
    • Tally all sleeves
    • Affiliate purchase link
  5. Update game
    • Update card values
    • Update edition
    • Update BGG link
    • Add/remove expansion
    • Update year
    • Update name
    • Update # of players
    • Delete game
    • Delete cards
  6. Sleeve brands
    • Add brand name
    • Update brand name
    • Add sleeve size
    • Update sleeve size

Image stuff

for file in *.jpg; do convert $file -resize x300 -quality 80 $file; done for file in *.png; do convert $file -resize x300 -quality 80 $file; done

Thanks!

Special thanks to the sleeving community! I have imported all the sleeves from the Mayday Sleeves list and am working through Adam Kranzel's list on Board Game Geek. I also use the Board Game Geek's API to pull in the data for new games.