All Projects → thedeviousdev → Card-Sleeves

thedeviousdev / Card-Sleeves

Licence: other
Sleeving Calculator

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
hack
652 projects
HTML
75241 projects

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:
  • Type in the name of a game into the search bar
  • Click the magnifying glass Results should appear with that game name (if they exist)
  • Click the image of the board game
  • Select the brand of each sleeve
  • Click "Add Sleeves"
  • Add all the games you need sleeved
  • Cick the () icon to remove a game from the "cart"

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

  • Preferred brand dropdown
  • Remember brand
  • Show card's size
  • Unspecified card amount but shows dropdown (no button to add sleeves)
  • Style sleeve dropdown
  • Incorporate 'none' option for a certain card
  • Detail about sleeve
  • User login/sign up
  • Commenting on games/sleeves
  • FAQ
  • Report issue button
  • Verify all games from BGG list
  • Allow a select community to update and add games themselves (Call out for contributors!)
  • Allow community to update, and only allow a select view to 'verify'
  • Add sleeve colors to the names in the cart total
  • Create an API endpoint for people to export this data
  • Reverse search (I have "x" games, which sleeves will fit them)
  • Add a "purchase" button that sends the user to Amazon (or other affiliates)
  • Show multiple images/videos of sleeved cards
  • Incorporate ratings into search results
  • Allow multiple of the same game to be added
  • Import user list from BGG
  • Link to expansions from base game
  • Analytics to see what are the most commonly searched games
  • Show edition/versions
  • Allow users to change the sleeve brand
  • Pop-up/lightbox to explain what the site is/how it works
  • Empty cart/clear all button
  • Show 'no results' response when searching
  • Add ALL of the games from BGG list
  • Lock down the edit pages by login

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
  1. 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
  1. Search for games
  • By name
  • By player count
  1. Add to cart
  • Select sleeve brand
  • Tally all sleeves
  • Affiliate purchase link
  1. Update game
  • Update card values
  • Update edition
  • Update BGG link
  • Add/remove expansion
  • Update year
  • Update name
  • Update # of players
  • Delete game
  • Delete cards
  1. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].