💾 Archived View for sdf.org › stug › phlog › 2021 › 20210803.txt captured on 2023-03-20 at 19:28:27.
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
03 August 2021 I seem to have a problem... I keep starting programming projects which look to implement a board game. There is often a goal of learning something new and chucking data around. Object orientated code is something I am still trying to get my head around and these are a good way to do so. There is also an additional impetus to avoid having to set up the board game peices. I had previously started work on a version of 'The Hunted', a u-boat game. That stalled because I could not work out how to create a display for the torpedo aspect. I lost interest as a result. The latest attempt is to recreate 'Friday'. This has been a good project to work with lots of card decks and managing those items. It has been a nice fun afternoon of fiddling and getting the classes working. I have stopped at a point where the game enters a card fight off but I have an idea of how to make this finish. I am not a programmer but I do enjoy having a go.