Schlagwort: Board Games

  • How Zoo Tycoon Became a Fully-Licensed Xbox Board Game

    How Zoo Tycoon Became a Fully-Licensed Xbox Board Game

    Reading Time: < 1 minute

    “The big advantage a video game has is that a lot of automation is happening in the background,” says Dür. “With board games, randomness must be actively incorporated with the help of dice, card drawing and other mechanics. Thus, I would say in Zoo Tycoon: The Board Game, the players will be managing more things by themselves instead of the computer.”

    Board game adaptations of video games are no surprise at this point, but where many  of the notable examples focus on recreating combat, this is a very different proposition. Treecer’s pitch to Xbox Game Studios executive producer Robert Jerauld was enough to convince him that this unusual idea was the right direction:

    “Following a brief discussion and assessment, it became evident that Treecer was the perfect partner for this endeavor,” he explains. “The concept of a simulation game, particularly Zoo Tycoon, seamlessly aligns with the format of a board game. The fundamental aspects of Zoo Tycoon—the construction of exhibits, animal care, and attracting visitors—all harmonize well within a board game’s framework.”

    Website: LINK

  • Be a better Scrabble player with a Raspberry Pi High Quality Camera

    Be a better Scrabble player with a Raspberry Pi High Quality Camera

    Reading Time: 2 minutes

    One of our fave makers, Wayne from Devscover, got a bit sick of losing at Scrabble (and his girlfriend was likely raging at being stuck in lockdown with a lesser opponent). So he came up with a Raspberry Pi–powered solution!

    Using a Raspberry Pi High Quality Camera and a bit of Python, you can quickly figure out the highest-scoring word your available Scrabble tiles allow you to play.

    [youtube https://www.youtube.com/watch?v=gcsv1fnDZzU]

    Hardware

    • Raspberry Pi 3B
    • Compatible touchscreen
    • Raspberry Pi High Quality Camera
    • Power supply for the touchscreen and Raspberry Pi
    • Scrabble board

    You don’t have to use a Raspberry Pi 3B, but you do need a model that has both display and camera ports. Wayne also chose to use an official Raspberry Pi Touch Display because it can power the computer, but any screen that can talk to your Raspberry Pi should be fine.

    Software

    Firstly, the build takes a photo of your Scrabble tiles using raspistill.

    Next, a Python script processes the image of your tiles and then relays the highest-scoring word you can play to your touchscreen.

    The key bit of code here is twl, a Python script that contains every possible word you can play in Scrabble.

    From 4.00 minutes into his build video, Wayne walks you through what each bit of code does and how he made it work for this project, including how he installed and used the Scrabble dictionary.

    Fellow Scrabble-strugglers have suggested sneaky upgrades in the comments of Wayne’s YouTube video, such having the build relay answers to a more discreet smart watch.

    No word yet on how the setup deals with the blank Scrabble tiles; those things are like gold dust.

    In case you haven’t met the Raspberry Pi High Quality Camera yet, Wayne also did this brilliant unboxing and tutorial video for our newest piece of hardware.

    And for more projects from Devscover, check out this great Amazon price tracker using a Raspberry Pi Zero W, and make sure to subscribe to the channel for more content.

    Website: LINK

  • Gigantic game of Operation powered by Arduino

    Gigantic game of Operation powered by Arduino

    Reading Time: 2 minutes

    Gigantic game of Operation powered by Arduino

    Arduino TeamSeptember 24th, 2019

    As a kid you may have played Operation, but certainly never anything like this nine-foot-tall version from SPOT Technology. This device is not only impressively large, but assists doctors in their surgical pursuits with a CNC gantry setup to pull out obstructions.

    In the game, amateur surgeons control the system using a small arcade cabinet next to the patient (Sergio), moving a magnetic gripper with a joystick and buttons. A camera rides along and transmits images to the cabinet, hopefully leading to a clean extraction. If the gripper isn’t aligned correctly, a button on the plunger reports the doctors error, and Sergio’s nose lights up red to indicate a failed surgery. Two Arduino Megas are implemented, one on the CNC playfield itself, another in the cabinet.

    [youtube https://www.youtube.com/watch?v=JY5ZzrXb14M?feature=oembed&w=500&h=281]

    The project will be on display at the Philadelphia Mini Maker Faire on October 6th if you’d like to see it in person.

    Website: LINK