PuzzleNation Product Review: ThinkFun’s Potato Pirates

[Note: I received a free copy of this game in exchange for a fair, unbiased review. Due diligence, full disclosure, and all that. Yada yada disclaimer.]

Most of ThinkFun‘s coding-based puzzle games are either solo endeavors or head-to-head races to complete tasks. Potato Pirates adds a marvelous new wrinkle, since 3 to 6 players are required to take to the high seas for some swashbuckling spudly fun!

Potato Pirates is a tactical game where players compete to outlast their opponents and become the most dominant potato pirate the world has ever known, a Dread Pirate Roberts of starchy goodness. You do so by either collecting all seven Potato King cards, or by eliminating every other player at the table.

Each player starts with two ships and twenty potato crew members, along with a hand of five cards. There are control cards, action cards, and surprise cards (along with the aforementioned Potato King cards).

The coding aspect of the game allows you to battle your fellow players. The control and action cards can be combined into commands that you program one round and activate the next in order to attack the other players.

Action cards indicate damage dealt to the potato crew of your target, while control cards indicate conditions for that action, like multipliers to cause more damage or how many ships you can target with one command. (Surprise cards can be played at any time, even when it’s not your turn.)

And that coding structure makes Potato Pirates more strategic and tactical than a lot of other card games where you can play any card at any time. Since you can code a command or modify a command on one turn, and have to wait for the next to activate it, you may leave yourself open to attack during that turn you spend coding.

An important thing to remember is that you code and deploy each ship separately, so since you have two ships to start, you can take the tactic of coding one ship while attacking with the other, and then switching during the next round, so you’re never totally on defense. (My fellow players and I immediately adopted this tactic, which lengthened the gameplay and made things slightly more frantic. That’s two big bonuses for this game.)

[Two commands in progress. The first is ready to go next round, the second is currently attacking this round.]

Since players burn through the coding cards so quickly, reshuffling the deck can slow things down from time to time, but otherwise, the game is nicely designed, and once you’ve read and played around with the control cards for a little while, the concepts become second nature to you and you can really start plotting some devious attacks on the other potato buccaneers at the table.

Oh, and speaking of, making the little potato pirates balls of fuzz is both an adorable aesthetic choice and a kid-friendly way to make the game approachable for young players. Leading off with cards and coding can be a bit daunting, but once they’re divvying up their potato pirates across different ships (with delightful punny names), younger players are hooked.

Although the coding aspect of the game isn’t as predominant here as it is in games like Robot Turtles, Hacker, or On the Brink, the fun gameplay offered here — and the desperate need you feel to play again if your ships sink! — ensures that these basic coding commands and ideas will become familiar through sheer repetition.

And getting saluted each time you find a Potato King card is pretty great as well.

One of these days, fellow PuzzleNationers, I shall be the Potato King. I promise you that.

Potato Pirates is available from ThinkFun and other participating retailers.


Thanks for visiting PuzzleNation Blog today! Be sure to sign up for our newsletter to stay up-to-date on everything PuzzleNation!

You can also share your pictures with us on Instagram, friend us on Facebook, check us out on TwitterPinterest, and Tumblr, and explore the always-expanding library of PuzzleNation apps and games on our website!

PuzzleNation Product Review: Hacker

[Note: I received a free copy of this game in exchange for a fair, unbiased review. Due diligence, full disclosure, and all that. And this concludes the disclaimer.]

All of the puzzles and games produced by ThinkFun have one thing in common: learning through play. Whether you’re solving logic problems with lasers, creating unique patterns with color wheels, or deducing the culprit of a feline crime, you’re learning valuable skills through puzzling.

Several ThinkFun games are designed with computer coding in mind, as the gameplay mimics some of the rudimentary concepts of preparing and entering commands, then seeing how those commands can interact with an environment.

If you’re familiar with Robot Turtles, or any of their puzzle games from the //Code series, like On the Brink, you’ve already experienced this for yourself or seen someone else putting newfound puzzly skills to the test.

But Hacker offers a new twist on this concept.

[The various game pieces: agents, data files, exit points, commands to move the agent and rotate parts of the playing grid, and others, including the virus, alarm, and locks.]

As ThinkFun’s newest logic game, Hacker goes above and beyond those introductory coding games, challenging players to add their own coding to an established scenario in order to complete a specific task.

Then the players have to locate vulnerabilities and correct them before they can move on to the next challenge.

But by working your way through the various difficulty levels — Beginner, Intermediate, Advanced, and Expert — the game introduces new elements and challenges to the player gradually, allowing younger solvers to develop their skills and learn new tricks as they work out increasingly complex scenarios.

Let’s look at one Intermediate-level challenge to give you a better idea of how the game works.

The first part of each challenge is the coding. Each challenge card presents you with the initial layout of the grid, as well as which commands are hard-coded into the scenario (listed on the Platform line), and the openings for you to code movements for your agent (shaded in on the Red Agent line).

In this scenario, the agent must retrieve a single data file and deliver it to the exit point.

[The commands I “coded” in order to complete the scenario.]

You will use the arrow tiles to indicate where you want the agent to move. The rotation tiles are hard-programmed at certain times, so you can’t move them; you have to plot your path and code your agent to take advantage of those rotation commands.

[A full scenario ready to go. Clockwise from the upper left, we have the Challenge Booklet, the playing grid, the coding Control Panel, and the Solutions Booklet.]

As the scenarios grow more complex, those hard-coded rotation tiles will offer greater challenges, forcing you to become more creative and more tactical in your programming.

In addition to handling the rotation tiles, you must pick up the data file and reach the exit point while avoiding any contact with the virus.

[Here, the command as coded plays out. The agent moves left and acquires the data file, then moves down. The platform rotates twice, and then it’s a straight shot right to the exit point.]

And by using the special answer flipbook — which separates each challenge into three different pages for Code It, Hack It, and Fix It, so you can look at each individually without spoiling the rest of the solve — we can confirm our coding is correct.

The second part of the challenge is an element I haven’t seen in any previous ThinkFun release: hacking.

In this stage, you’re trying to debug your coding by seeking out vulnerabilities in the code that would allow the agent to encounter a virus. You’re essentially troubleshooting yourself!

To do so, you have to play the role of a malicious hacker hell-bent on corrupting your coding and delivering the agent directly into the hands of the virus.

This part of the game is more like a traditional sliding-tile puzzle, as you try to manipulate the tiles already in place to engineer a different outcome. In this case, I’ve moved the platform command forward and the down movement command over, altering the agent’s path.

As you can see here, by “hacking” our code, we picked up the data file and delivered it right to the virus, corrupting the entire program. Although our original program avoided the virus entirely, it isn’t safeguarded against hacking. Yet.

That brings us to the third part of the challenge, fixing, which allows you to correct the flaws you identified in the second part.

You can do so by placing an alarm on an open tile, which prevents the agent from encountering the virus; but you must do so without interfering with the successful completion of the original coding’s goal. In more difficult scenarios, you can also fix your coding by using a link token to link certain commands together, so a hacker has to move them as a whole, rather than as individual commands.

So in order to have a successful fix, you should be able to play through the original coding and succeed, but the hacked coding should be thwarted by the changes you’ve made.

[Below the blue agent and the blue exit point, you have the primary tools used in the Fixing phase of gameplay: the transaction link and the alarm.]

It’s an effective metaphor for the amount of review and beta-testing that goes into actual coding, since tiny mistakes can have dire consequences. By requiring younger players to review the same data in three different ways, you’re subconsciously encouraging diligence and care in one’s programming.

It’s a simple lesson, but an important one, and the gameplay promotes it without feeling preachy or heavy-handed. Instead, you’re almost partners-in-crime with the game as you develop new tricks to outwit each scenario.

Hacker is one of ThinkFun’s most complex and immerse logic games yet, one that never forgets to be great fun and an engaging, multilayered puzzly challenge, even as it educates. Other ThinkFun games might look flashier at first glance, but I think they’ve truly outdone themselves this time around.

Hacker is available from ThinkFun and participating retailers, starting at $24.99.


Thanks for visiting PuzzleNation Blog today! Be sure to sign up for our newsletter to stay up-to-date on everything PuzzleNation!

You can also share your pictures with us on Instagram, friend us on Facebook, check us out on TwitterPinterest, and Tumblr, and explore the always-expanding library of PuzzleNation apps and games on our website!

PuzzleNation Product Review: //CODE: On the Brink

[Note: I received a free copy of this game in exchange for a fair, unbiased review. Due diligence, full disclosure, and all that. /end disclaimer]

There has been a tidal shift over the last few decades from the analog realm to digital. So much happens in cyberspace, by email, and in the liminal spaces between smartphones and computers, that it feels like we’re leaving behind physical media entirely. In the next decade, knowledge of programming will become an essential skill.

And it’s never too early to begin laying the foundation for that future. The folks at ThinkFun have been ahead of the curve there for a long time — their game Robot Turtles is a prime example — and they continue to push forward with their new //CODE Programming Game Series, a line of puzzly products designed to teach the basics of programming to young solvers.

The first game in the series, On the Brink, serves as an excellent primer. The game is based around a simple concept: navigating a robot along a particular path. This path can twist, turn, and even cross itself. But it’s up to the solver to figure out how to use the available programming cards to control and determine the robot’s path.

There are two sets of programming cards, one simpler deck designed for the first 20 challenges and one larger deck designed for the more difficult challenges that follow. Just as you learn simpler commands before you learn finer, more detail-oriented, and more complex ones, you must master the basic commands in On the Brink before moving forward.

Whereas Robot Turtles required players to be supervised by a Turtle Master who governed the setup, difficulty, and execution of commands, On the Brink can be played alone, as the solver tackles each puzzle in the challenge booklet, complete with starting cards, a given path to replicate, and colored boxes on the board that align with the three sections of the control panel.

I was impressed by the amount of variety to be found in a relatively small deck of commands. A cagey programmer can navigate the robot through some unexpectedly thorny paths, reminding me a bit of the step-by-step deductive reasoning that made Lunar Landing such a delightful challenge.

One way that On the Brink improves upon Robot Turtles is with the concept of commands that continue to run once activated. In On the Brink, your robot will follow a command for as long as the programming cards and colored spaces on the challenge booklet page dictate. Just as a command in programming requires parameters in order to know when to stop, your robot needs similar commands. Otherwise, it’s liable to pass right over the finish square instead of landing there perfectly.

On the Brink invites players as young as 8 to tackle the various challenges in the booklet, either alone or in groups, and the steady ratcheting-up of difficulty teaches the young programmer as they advance, putting new wrinkles and obstacles in the player’s path.

It’s the sort of patient, clever gameplay we’ve come to expect from ThinkFun, and they do not disappoint here. Figuring out how to utilize the available commands and complete the path given makes for an excellent puzzly challenge — especially the later scenarios! — but it never feels inaccessible or overwhelming.

You’re always in good hands with ThinkFun, and they’ve proven it again here with On the Brink.

On the Brink is available from ThinkFun and participating brick-and-mortar and online retailers for $14.99.


Thanks for visiting PuzzleNation Blog today! Be sure to sign up for our newsletter to stay up-to-date on everything PuzzleNation!

You can also share your pictures with us on Instagram, friend us on Facebook, check us out on TwitterPinterest, and Tumblr, and explore the always-expanding library of PuzzleNation apps and games on our website!