NYC Data Science Academy| Blog
Bootcamps
Lifetime Job Support Available Financing Available
Bootcamps
Data Science with Machine Learning Flagship ๐Ÿ† Data Analytics Bootcamp Artificial Intelligence Bootcamp New Release ๐ŸŽ‰
Free Lesson
Intro to Data Science New Release ๐ŸŽ‰
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook Graduate Outcomes Must See ๐Ÿ”ฅ
Alumni
Success Stories Testimonials Alumni Directory Alumni Exclusive Study Program
Courses
View Bundled Courses
Financing Available
Bootcamp Prep Popular ๐Ÿ”ฅ Data Science Mastery Data Science Launchpad with Python View AI Courses Generative AI for Everyone New ๐ŸŽ‰ Generative AI for Finance New ๐ŸŽ‰ Generative AI for Marketing New ๐ŸŽ‰
Bundle Up
Learn More and Save More
Combination of data science courses.
View Data Science Courses
Beginner
Introductory Python
Intermediate
Data Science Python: Data Analysis and Visualization Popular ๐Ÿ”ฅ Data Science R: Data Analysis and Visualization
Advanced
Data Science Python: Machine Learning Popular ๐Ÿ”ฅ Data Science R: Machine Learning Designing and Implementing Production MLOps New ๐ŸŽ‰ Natural Language Processing for Production (NLP) New ๐ŸŽ‰
Find Inspiration
Get Course Recommendation Must Try ๐Ÿ’Ž An Ultimate Guide to Become a Data Scientist
For Companies
For Companies
Corporate Offerings Hiring Partners Candidate Portfolio Hire Our Graduates
Students Work
Students Work
All Posts Capstone Data Visualization Machine Learning Python Projects R Projects
Tutorials
About
About
About Us Accreditation Contact Us Join Us FAQ Webinars Subscription An Ultimate Guide to
Become a Data Scientist
    Login
NYC Data Science Acedemy
Bootcamps
Courses
Students Work
About
Bootcamps
Bootcamps
Data Science with Machine Learning Flagship
Data Analytics Bootcamp
Artificial Intelligence Bootcamp New Release ๐ŸŽ‰
Free Lessons
Intro to Data Science New Release ๐ŸŽ‰
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook
Graduate Outcomes Must See ๐Ÿ”ฅ
Alumni
Success Stories
Testimonials
Alumni Directory
Alumni Exclusive Study Program
Courses
Bundles
financing available
View All Bundles
Bootcamp Prep
Data Science Mastery
Data Science Launchpad with Python NEW!
View AI Courses
Generative AI for Everyone
Generative AI for Finance
Generative AI for Marketing
View Data Science Courses
View All Professional Development Courses
Beginner
Introductory Python
Intermediate
Python: Data Analysis and Visualization
R: Data Analysis and Visualization
Advanced
Python: Machine Learning
R: Machine Learning
Designing and Implementing Production MLOps
Natural Language Processing for Production (NLP)
For Companies
Corporate Offerings
Hiring Partners
Candidate Portfolio
Hire Our Graduates
Students Work
All Posts
Capstone
Data Visualization
Machine Learning
Python Projects
R Projects
About
Accreditation
About Us
Contact Us
Join Us
FAQ
Webinars
Subscription
An Ultimate Guide to Become a Data Scientist
Tutorials
Data Analytics
  • Learn Pandas
  • Learn NumPy
  • Learn SciPy
  • Learn Matplotlib
Machine Learning
  • Boosting
  • Random Forest
  • Linear Regression
  • Decision Tree
  • PCA
Interview by Companies
  • JPMC
  • Google
  • Facebook
Artificial Intelligence
  • Learn Generative AI
  • Learn ChatGPT-3.5
  • Learn ChatGPT-4
  • Learn Google Bard
Coding
  • Learn Python
  • Learn SQL
  • Learn MySQL
  • Learn NoSQL
  • Learn PySpark
  • Learn PyTorch
Interview Questions
  • Python Hard
  • R Easy
  • R Hard
  • SQL Easy
  • SQL Hard
  • Python Easy
Data Science Blog > Data Visualization > Using Data to Make Pieces of a Successful Board Game

Using Data to Make Pieces of a Successful Board Game

Hayden Warren
Posted on Oct 29, 2021

GitHub

Shiny App

Data Science Introduction

I am an avid board game player. I love that I can be very analytical in coming up with a strategy to win a game while also communicating and having a great time with friends. After my first experience with an indie board game I quickly became addicted to looking at BoardGameGeek.com, the IMDB  data base for board games, in search of the next great game to buy.

I built this app looking at information provided on BoardGameGeek.com. I focused on what attributes popular games have and if they are reproducible. Popular games will be described as games that have a large number of BoardGameGeek users reporting that they own the game.

This is not a perfect metric because games like chess are not at the top of the list. But it does have modern indie favorites like Gloomhaven and Catan at the top of the list. Those are the types of games that modern board game designers should be aspiring to make.

 

Data 

The original data set is hosted on Kaggle  by Jesse van Elteren. The original data scraping happened in August of 2020.  In the dataset, there are almost 20,000 games, ranging from simple, timeless card games like Go Fish to complex modern epics like Gloomhaven. There were 55 attributes associated with each game.

The key features include the year published, the number of user ratings, the average rating, how complicated the rules are on a scale of 1-5, recommended minimum age of players, expected playing time, the game categories, the game mechanics, and the number of BoardGameGeek users who report owning the game. These values are all crowd sourced by the users of BoardGameGeek, which allows for the rich detail of the dataset but requires an extra level of caution for user bias.

 

Data Cleaning

I removed any public domain games because you canโ€™t make money designing a public domain game. Next, I shrank the date range to games released between 1995 and 2020. I thought that we needed to remove some ancient games (i.e. Chess, Checkers, and Go). But it was difficult to decide which year should be the first. Settlers of Catan, released in 1995, is a gateway game to the modern indie board game market.

There is also a sharp increase in games released each year after 1995, which indicates a turning point into the more modern board game market era. This cutoff pained me because my favorite board game, Diplomacy, had to be excluded from the data set. But sacrifices have to be made for clean data! 

Then, I cleaned the Game Mechanic and Game Categories columns. Some of the richest sources of information were the board game mechanics and categories. Board game mechanics are the tools that you use and how you use them to play the game (e.g. rolling dice in Monopoly or the pattern recognition of Connect-4).

Board Game Categories are the themes or the stories of the game (e.g. economic concerns in Monopoly or Connect-4 being for children). Each game had a list of all of their mechanics/categories. I split those lists and transformed them into a sparse matrix where each game had a โ€œ1โ€ if the game had that mechanic/category and a โ€œ0โ€ otherwise. 

 

Analysis

To get a sense of how the analysis is done, we will first look at the number of games owned vs. the gamesโ€™ average rating. I binned the target variable, number of games owned, as reported on BoardGameGeek, because the distribution was skewed so heavily towards games with very few reported owners. Each bin has 20% of the observations, ~3120 games. This approach loses some of the nuance that might happen between each bin, so it is important to be cautious not to over-interpret any single observation. I will mostly be looking to see trends that persist across multiple bins. 

The average ratings graph shows that the higher the number of owners for the game, the higher its rating.  The median average rating for the bin representing the fewest games owned (2 to 126) is 6.22, while the median average rating for the bin representing the most games owned (1,263 to 144,727) is 6.96. There is more noise in the average ratings calculation when fewer people own the board games. The bin with smallest ownership (2 to 126) has the widest distribution, and the distribution tends to get more compact as more people own the games.

 

 

The result that more popular games have higher ratings is a trivial result. Initially, I thought that less complex and shorter games would be more successful. Their shorter play time and simple rules would make them more likely to be sold to the masses. Party games would be a prime example of a style of game that can appeal to the masses. 

Surprisingly, the more popular games tend to be more complex. The majority of the least popular games (2 to 126 owned) have  a complexity rating below 2 out of 5.  In contrast, the most popular games (1,263 to 144,727 owned) have a median game complexity of 2.2.

 

 

My initial assumption that shorter, less complex games are more popular continues to be incorrect as I look at play time versus games owned. Median play time tends to increase for more popular games. This could be because those more popular games are more complex and, therefore, need more time to resolve. Play time also has a notably long tail to its distribution. While most games end in under an hour and a half, some games go longer than six hours.

 

 

The other major expectation that I had coming into this was that German-style board games, or economic games like Catan would be popular because Catan functions as a gateway board game for so many people. To discover if I was wrong on my two initial expectations, I will now look at game mechanisms and game categories. 

The overall average for all mechanics shows that as games get more popular, they are increasingly likely to have more mechanics added to their BoardGameGeeks page. Each game likely has many mechanics, but not all of them are reported unless there are fans of the game willing to take the time to put it onto the website. So it is best to compare each mechanic to its peers.

 

The mechanics that tend to have more popular games are: area majority influence, card drafting, and variable player powers. These more popular mechanisms allow for different play styles each time that you play the game. If I have a different player power or draw a different card, it will change the dynamic of that individual play.The mechanics that tend to have less popular games are: simulation, roll spin and move, and hexagon grid. roll spin and move and simulation, both mechanics for The Game of Life, are more straight-forward play styles that just let random chance dictate the majority of the game. That random chance deciding the winner is a boring play style that doesn't make the game worth buying. 

 

 

The mechanic counts graph shows that dice rolling and hand management games are the most common games. Set collection and variable player powers are the next tier of popular board game mechanics. They are basic mechanics that any game could build on as a foundation for a game. 

 

 

There are generally fewer categories that a game can fit into, so games that are more popular are not substantially more likely to have more categories added.

Games that can have a story or narrative around the game tend to be more popular. This is shown by economic, medieval, adventure, fighting, and fantasy being at the top of the list. These are complex rich categories. Economic games might be the most popular because of the widespread success of Catan.

The less popular games of children's games and action dexterity are games that might have less replay value, so people are less likely to buy them. War games have a unique distribution; they don't have many very popular or very unpopular games  but tend to fall  in the middle of our games owned range.

 

 

The category counts graph shows that card games are  very popular.  Nearly a third of the games in the entire dataset are card games! There are a surprisingly large number of fantasy games, which make up the third most popular category.

 

Using Data to Make Pieces of a Successful Board Game

 

Recommendations

If you want to design a board game, then you need it to be a game worth buying. The game needs to be more complex than a childrenโ€™s game but not too complex that you need a PhD to play it. The game needs to be long enough to feel worth buying: between 30 and 90 minutes. It should have rich mechanics/categories that allow for high replay value like: A fantasy game with variable player powers, an adventure game with cooperation, or an economic game with hand management.

Investigate the trends in the top 50 game categories and mechanics using my app. You can look at the distribution for the following for each game category/mechanic: average rating, game complexity, year published, minimum recommended age,  and average playing time.

The skills I demoed here can be learned through taking Data Science with Machine Learning bootcamp with NYC Data Science Academy.

 

About Author

Hayden Warren

Hayden is an NYC Data Science Academy Fellow with a B.S. in Mathematics from the University of Utah. He then went on to work as a math teacher and debate coach, coaching multiple state champions. During this time...
View all posts by Hayden Warren >

Leave a Comment

No comments found.

View Posts by Categories

All Posts 2399 posts
AI 7 posts
AI Agent 2 posts
AI-based hotel recommendation 1 posts
AIForGood 1 posts
Alumni 60 posts
Animated Maps 1 posts
APIs 41 posts
Artificial Intelligence 2 posts
Artificial Intelligence 2 posts
AWS 13 posts
Banking 1 posts
Big Data 50 posts
Branch Analysis 1 posts
Capstone 206 posts
Career Education 7 posts
CLIP 1 posts
Community 72 posts
Congestion Zone 1 posts
Content Recommendation 1 posts
Cosine SImilarity 1 posts
Data Analysis 5 posts
Data Engineering 1 posts
Data Engineering 3 posts
Data Science 7 posts
Data Science News and Sharing 73 posts
Data Visualization 324 posts
Events 5 posts
Featured 37 posts
Function calling 1 posts
FutureTech 1 posts
Generative AI 5 posts
Hadoop 13 posts
Image Classification 1 posts
Innovation 2 posts
Kmeans Cluster 1 posts
LLM 6 posts
Machine Learning 364 posts
Marketing 1 posts
Meetup 144 posts
MLOPs 1 posts
Model Deployment 1 posts
Nagamas69 1 posts
NLP 1 posts
OpenAI 5 posts
OpenNYC Data 1 posts
pySpark 1 posts
Python 16 posts
Python 458 posts
Python data analysis 4 posts
Python Shiny 2 posts
R 404 posts
R Data Analysis 1 posts
R Shiny 560 posts
R Visualization 445 posts
RAG 1 posts
RoBERTa 1 posts
semantic rearch 2 posts
Spark 17 posts
SQL 1 posts
Streamlit 2 posts
Student Works 1687 posts
Tableau 12 posts
TensorFlow 3 posts
Traffic 1 posts
User Preference Modeling 1 posts
Vector database 2 posts
Web Scraping 483 posts
wukong138 1 posts

Our Recent Popular Posts

AI 4 AI: ChatGPT Unifies My Blog Posts
by Vinod Chugani
Dec 18, 2022
Meet Your Machine Learning Mentors: Kyle Gallatin
by Vivian Zhang
Nov 4, 2020
NICU Admissions and CCHD: Predicting Based on Data Analysis
by Paul Lee, Aron Berke, Bee Kim, Bettina Meier and Ira Villar
Jan 7, 2020

View Posts by Tags

#python #trainwithnycdsa 2019 2020 Revenue 3-points agriculture air quality airbnb airline alcohol Alex Baransky algorithm alumni Alumni Interview Alumni Reviews Alumni Spotlight alumni story Alumnus ames dataset ames housing dataset apartment rent API Application artist aws bank loans beautiful soup Best Bootcamp Best Data Science 2019 Best Data Science Bootcamp Best Data Science Bootcamp 2020 Best Ranked Big Data Book Launch Book-Signing bootcamp Bootcamp Alumni Bootcamp Prep boston safety Bundles cake recipe California Cancer Research capstone car price Career Career Day ChatGPT citibike classic cars classpass clustering Coding Course Demo Course Report covid 19 credit credit card crime frequency crops D3.js data data analysis Data Analyst data analytics data for tripadvisor reviews data science Data Science Academy Data Science Bootcamp Data science jobs Data Science Reviews Data Scientist Data Scientist Jobs data visualization database Deep Learning Demo Day Discount disney dplyr drug data e-commerce economy employee employee burnout employer networking environment feature engineering Finance Financial Data Science fitness studio Flask flight delay football gbm Get Hired ggplot2 googleVis H20 Hadoop hallmark holiday movie happiness healthcare frauds higgs boson Hiring hiring partner events Hiring Partners hotels housing housing data housing predictions housing price hy-vee Income industry Industry Experts Injuries Instructor Blog Instructor Interview insurance italki Job Job Placement Jobs Jon Krohn JP Morgan Chase Kaggle Kickstarter las vegas airport lasso regression Lead Data Scienctist Lead Data Scientist leaflet league linear regression Logistic Regression machine learning Maps market matplotlib Medical Research Meet the team meetup methal health miami beach movie music Napoli NBA netflix Networking neural network Neural networks New Courses NHL nlp NYC NYC Data Science nyc data science academy NYC Open Data nyc property NYCDSA NYCDSA Alumni Online Online Bootcamp Online Training Open Data painter pandas Part-time performance phoenix pollutants Portfolio Development precision measurement prediction Prework Programming public safety PwC python Python Data Analysis python machine learning python scrapy python web scraping python webscraping Python Workshop R R Data Analysis R language R Programming R Shiny r studio R Visualization R Workshop R-bloggers random forest Ranking recommendation recommendation system regression Remote remote data science bootcamp Scrapy scrapy visualization seaborn seafood type Selenium sentiment analysis sentiment classification Shiny Shiny Dashboard Spark Special Special Summer Sports statistics streaming Student Interview Student Showcase SVM Switchup Tableau teachers team team performance TensorFlow Testimonial tf-idf Top Data Science Bootcamp Top manufacturing companies Transfers tweets twitter videos visualization wallstreet wallstreetbets web scraping Weekend Course What to expect whiskey whiskeyadvocate wildfire word cloud word2vec XGBoost yelp youtube trending ZORI

NYC Data Science Academy

NYC Data Science Academy teaches data science, trains companies and their employees to better profit from data, excels at big data project consulting, and connects trained Data Scientists to our industry.

NYC Data Science Academy is licensed by New York State Education Department.

Get detailed curriculum information about our
amazing bootcamp!

Please enter a valid email address
Sign up completed. Thank you!

Offerings

  • HOME
  • DATA SCIENCE BOOTCAMP
  • ONLINE DATA SCIENCE BOOTCAMP
  • Professional Development Courses
  • CORPORATE OFFERINGS
  • HIRING PARTNERS
  • About

  • About Us
  • Alumni
  • Blog
  • FAQ
  • Contact Us
  • Refund Policy
  • Join Us
  • SOCIAL MEDIA

    ยฉ 2025 NYC Data Science Academy
    All rights reserved. | Site Map
    Privacy Policy | Terms of Service
    Bootcamp Application