Creating a Custom Puzzle


This article is designed to outline the steps for creating custom puzzles for What the Taiji?!.

What the Taiji? uses the same puzzle encoding found in Hiumee’s Taiji Editor and sangchoo1202’s Taiji maker program for Windows.

Use Hiumee’s Taiji Editor ›

To create a custom puzzle, simply create a puzzle file:

name=My Custom Puzzle
author=Marquis Kurt
puzzle=3:+DAw+E

This puzzle file can be dropped in the game’s Data folder on the Playdate (create the puzzle subfolder if it doesn’t exist already), and the game will automatically detect it and display it in the file picker.

Data/
  user.XXXXX.net.marquiskurt.what-the-taiji/
      puzzles/
          mycoolpuzzle.wtp
          hexa.wtp
          toadsmill.wtp

Puzzle Guidelines

  • What the Taiji?! doesn’t support colors at this time. Puzzles should be designed with a single color in mind: black. Likewise, any mechanics involving color won’t be checked.
  • Puzzles shouldn’t go beyond 11u x 6u in size. While the game can support rendering puzzles higher than this, it will be scaled down, making it harder to see from the screen itself.

Custom Icons

By default, the games’s file picker will display a generic file icon if no icon field is present. You can supply a custom icon value that best suits your puzzle:

  • 2: Gardens
  • 3: Mill
  • 4: Mines
  • 5: Shrine

Tip
Try to select an icon that best represents the theme or primary mechanic of your custom puzzle. If your puzzle contains a lot of flower symbols, for example, it may make more sense to use the gardens icon.

Leave a comment

Log in with itch.io to leave a comment.