From: Carl Worth Date: Sat, 6 Jun 2020 15:55:23 +0000 (-0700) Subject: Initial implementation of Scribe X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=e52910fa1933db903b039a0f4f32b6470b3100d4;hp=e52910fa1933db903b039a0f4f32b6470b3100d4;p=lmno.games Initial implementation of Scribe This is not at all sophisticated yet. Some of the things that are missing: * Proper layout of the board (need spacing to separate mini grids from each other). * Move restrictions: Don't allow a player to move in a super grid that doesn't correspond to their last move's mini-grid placement (unless the corresponding super-grid is full). * Presentation to the user of the scored glyph shapes * Scoring of completed mini grids * Scoring of the super grids for the final game And on that last point, there needs to be an option to play either the "majority" or "super-glyph" variation for the final scoring. ---