1. Relativity

    Relativity is a piecepack game by Ron and Marty Hale-Evans. It is a two-player abstract game with interesting movement mechanics. Being able to distinguish ranks is important while being able to distinguish suits is not important so a piecepack design optimized for playing this game may consider coloring ranks instead of suits.

    read more
  2. Generating alternative textures for James H. Vipond’s piecepack components

    James H. Vipond is a 3D artist who has created high quality Wavefront OBJ files and associated textures of piecepack game pieces. Although Vipond has created some nice png textures to go with his OBJ files you may want to be able to use other piecepack designs. Here is some example code that given a particular piecepackr configuration will allow one to generate appropriate png textures for use with Vipond’s OBJ assets.

    read more
  3. Reversi

    In the game of Reversi one player is represented by the suited side of piecepack components while the other player is represented by the unsuited side of piecepack components. A reversi-friendly piecepack design makes it easier to distinguish between the suited and unsuited sides of piecepack components. We also show how to play reversi with a piecepack stackpack.

    read more
  4. Game starting arrangement functions

    The package ppdf contains functions that generate the starting piece arrangements for several piecepack games. These functions return data frames that can be used directly with piecepackr::pmap_piece() or ppcli::cat_piece() to generate piecepack game diagrams or they can be used with ppn‘s Portable Piecepack Notation parser read_ppn() to initially setup the game pieces.

    read more
  5. Everest

    Everest is a piecepack game by Mark A. Biggar featuring programmed movement. It is a “King of the Hill” game that features a visually striking board with the tiles physically arranged as a hill. Here is the starting diagram for it using an “icy” piecepack tile color scheme to match its snowy Himalayan Yeti theme:

    read more
  6. Unicode piecepack diagrams

    This article includes details on how to make piecepack game diagrams using just Unicode. The ppcli R packages has a prototype function cat_piece() which generates piecepack Unicode text diagrams. Game Bit Mono and Duo are a pair of bitmap fonts with with special piecepack support in its Private Use Area.

    read more
  7. Portable Piecepack Notation

    Portable Piecepack Notation (PPN) is a human-readable plaintext file format for storing board games. The default Movetext parser is designed to be provide a fairly flexible notation system out of the box for playing a large variety of games but the structure is designed allow support for parsing alternative notation systems in the future as well. Originally intended for notating piecepack games, it also provides some support for other game systems as well. There is a prototype parser for this file format written in R that can be used to generate 2D/3D graphical images, plaintext Unicode diagrams, and animations for the games saved in this file format.

    read more
  8. Chinese Zodiac ranked piecepack PnP

    The orthodox piecepack ranks are a tad abstract and my toddler son is Chinese-American so I think a Chinese Zodiac ranked piecepack could be a design that is a little more approachable for my son. The Chinese Zodiac‘s 12 animals are divided into 4 trines so we’ll make a piecepack using all the animals from two of the trines as ranks and another piecepack using the remaining animals from the other two trines as ranks. For suits we’ll use the Five Elements: Wood, Fire, Earth, Metal, and Water.

    read more
  9. 3D Projections

    piecepackr has some basic support for projecting 3D board games onto a 2D diagram. It can make diagrams using an orthographic or oblique parallel projection using R’s grid graphics library. It can also render images using the rayrender, rayvertex, and rgl 3D graphics packages. These latter packages usually use a perspective projection but can be configured to produce parallel projections.

    read more
  10. Backgammon

    Backgammon is one of the oldest known board games. Like other classic board games like checkers and chess it is also possible to play with a single piecepack. We illustrate the starting diagram for playing a game of backgammon with a piecepack using a paired suit-color design.

    read more
  11. Tablut

    Tablut is a historical (hnefa)tafl game played by the Sámi people until at least the 1700s whose rules were written down by the Swedish naturalist Linnaeus in 1732. Below is a starting diagram for playing a game of Tablut with a piecepack.

    read more

links

social