hexagon logo

Gaming in PC-DMIS

A rather cursed side project of mine, building games in PC-DMIS that only use PC-DMIS tools, so no scripting to do workarounds. Currently Ive got TicTacToe working for 2 players, and the ancient checker game of Tablut as well working for 2 players. My current method involves using a 2d array to fill game pieces on a board, and looping generics for the display. Its very silly, as every turn needs the loop to complete to redraw the game board, but it does work! Connect-4 was suggested, so I might try that one next.