Skip to main content

Board Game Post Mortem : The Bad


The Theme

I had intended to create an atmosphere of appalled incredulity with capitalists and their dogma and use the chaotic expression of the proponents of free thought, namely anarchist as a tool to force the players to grapple with the crushing, mundane and defeating nature of bureaucratised meritocratic society. Which can be thought of as a long-winded way of saying 'this shit sucks' in reference to the current state of affairs and 'what if it didn't have to be the way it currently is?'  in reference to systems that are more in line with something like anarchism. 
What I actually created in my view is a game in which the system you interact with heavily encourage you to come to the conclusion that both sides are:
  1. Equal, in either or both their viability to organise society
  2. Only cosmetically different, in that they function on the same axis using the same tool for the same tasks.
  3. Rigid, you are unable to alter anything about the side you are on or the other side meaning that part from the choice to compete or not there is no choice of any value to be made.
  4. Competing for the same thing, both sides concern themselves with the same goals, the only difference being simple tribalism that it be your tribe that wins and not the other.
The result of this is if concerned only with what the systems imply or encourage the game's message is one of 'The Enlightened Centrist' who has positioned themselves in the very centre the conflict to declare moral authority by virtue of holding no beliefs. They see their lack of belief as evidence of their superiority as it is impossible to intellectually attack their position as they do not hold one to begin with. I personally very much dislike this as its both counter to what I was attempting to accomplish with the theme of this game and also contrary to my own personal beliefs.

What would have potential save me from making these grave errors in the design of the game systems was al large quantity of interactive and heavily analysed playtesting. As it stats the game has never been run physically as in using the printed cards and board and only a scarce number of times in my own head to check for the game design equivalents of grammatical errors. Such is life in the pandemic. Moving forward I'm committed to playtesting early and frequently by creating as many rough version of systems and assets as possible to prevent this kind of error from coalescing again. By actually experiencing the games I'm am making as they are made, much like a chef tastes their own cooking I hope to gain better insight into my own practise and grow from it without the need for every project to be so far off the mark. Correct the trajectory of the arrow mid-flight as it were, so as to at least hit the target if not get a bullseye.

My final thought to the theme is that even whilst failing in a lot of areas it wasn't conveyed universally enough for my liking it needed to appear on the board and in the rules and in the names of the action the players were taking and not just on the item cards. This was the result of the final part which I shall discuss next so needless to say it is something I will improve upon hereafter.

Comments

Popular posts from this blog

Art and Design Exercises : Decontructing Art into Basic Shapes for 3D Modeling, Glastonbury Dam

The Poäng of Art Glastonbury Dam, By Tyler Edlin, can be broken down into one large cube for the central building of the castle with another rotated and reduced for the roof. The wall is comprised of 4 cylinders with cones on top for the rooves. The tunnel section of the wall could be constructed from rectangles and cylinders using the difference boolean. For the details on the turrets themselves such as the wooden beams, I would use rectangles sunken into the surface to create the depth present in the facade. Alot of the surface detail is heavily repeated on a micro-scale and then on a macro-scale so I would probably try to create a detailed wall for example by creating the largest parts first then cut to get the tunnel, then add the rectangles to make up the supports on one small section and copy that across its breadth. Finally, I would then copy the whole thing for the other walls and make any changes that need to be made to distinguish them. using the same technique I would make t...

Affine texture mapping : Subdivide Mesh

Af fine map indeed Another bug I  encountered in my previous project was when using the PSX shader on large surfaces the warping became severe which was disorientating while playing. This is because the affine mapping that the shader does to emulate the affine mapping the PS1 did, approximates the positions of vertices in screen space meaning that if the vertex in question is far off-screen the approximation becomes more inaccurate meaning that if you subdivide the meshes into smaller triangles the effect is drastically diminished.

Technical tutorial : Illustrator and Photoshop

REVENGE OF ILLUSTRATOR First I loaded an image into illustrator then using the pen tool created shapes with which to create a clipping mask. This made the image into the same shape as the panel frame. I then used Image trace to change the image to black and white as well as adding the flattening effect which bands the colours. When I came to adding the image of Godzilla I opened it in photoshop and created a clipping mask to extract only the parts I wanted. Once I had done that I saved it as a png and opened it in my comic illustrator file. Both panels only took about 1 hour combined to create, so this was a very streamed lined process. The only issue I ran into was that if you modified a file that illustrator has open such as the photo of Godzilla the program will pester you incessantly about it until you relent and let it update at which point it will change all instances of the file to the updated version. This wiped about 10 min of work I had done extracting a photo of Godzilla. I ...