Automated updates: 2020-03-30

This commit is contained in:
John Colagioia 2020-03-30 07:44:47 -04:00
parent 301d598dad
commit 4eb614dfe5
1 changed files with 34 additions and 0 deletions

34
2020-03-30-board.md Normal file
View File

@ -0,0 +1,34 @@
---
layout: post
title: Developer Journal, End of March
date: 2020-03-30 07:40:32-0400
categories:
tags: [programming, project, devjournal]
summary: Progress on assorted projects
thumbnail: /blog/assets/sky-cloud-blue-nature-pink-daytime-1434369-pxhere.com.png
offset: -27%
---
![Look to the skies](/blog/assets/sky-cloud-blue-nature-pink-daytime-1434369-pxhere.com.png "Look to the skies")
Last week was busy, and this week was also unfortunately busy. So, this post will be particularly short, for the most part, since I only really got to...
* Setting up the [Board Games](https://github.com/jcolag/BoardGames) repository with [**Open Oubliette**]({% post_url 2020-03-22-oubliette %}) in there, for anybody who wants a copy or would like to contribute changes.
* Adding hooks to configure [Miniboost](https://github.com/jcolag/Miniboost), currently limited to just background/foreground colors, but could potentially be used to point to a specific set of Boost Note notes.
* Updating my [blog](https://john.colagioia.net/blog) publication script to add the post categories, since I have been getting some of the URLs wrong all this time in announcements.
And I also filed an issue regarding [Miniboost](https://github.com/jcolag/Miniboost)'s underlying libraries as to whether word wrap is available. So, like I said, not much.
## Implementing Open Oubliette
This is definitely wet paint, in-progress code, but I've created a React application with [Boardgame.io](https://boardgame.io/) in [this repository](https://github.com/jcolag/generic-board-game), for anybody who wants to follow along. Right this moment, it *looks* like **Open Oubliette**, because I'm using that as a target, but it's actually a not-fun-at-all configurable Tic-Tac-Toe game with options for board height, board width, and number of marks in a row to win, currently set as six-by-six, requiring four to win.
It's not great, but it's a start. However, I want to say now that it's either strange or disappointing that there isn't any prominent library to handle the "front end" of the game, such displaying the board and making it easy to move tokens around the board. I can't be the first person who doesn't feel like focusing on that sort of thing, right?
## Next
I expect that this coming week might look similar to the past week, maybe with more on the board game.
* * *
*Credits**: The header image is [untitled](https://pxhere.com/en/photo/1434369) by [Lotteszka](https://pxhere.com/en/photographer/995459) from [PxHere](https://pxhere.com), made available under the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).