Week 3: Rapid Ideation/Prototyping

Rapid Ideation is the act of creating a quick prototype with a focus on exploring if a concept could be viable, the focus would not be on a final product but a product that is built quickly with whatever is to hand. For game developers like myself, this can be incredibly fun as we get to explore what is possible

Continue readingWeek 3: Rapid Ideation/Prototyping

AI in games

AI is used extensively for games, nobody would disagree with that statement, although most would assume by AI we mean computer-controlled characters that the player can play against. While the most noticeable AI in games are computer-controlled bots, many consider them much simpler than a “proper AI”. So with that in mind, I want to write about a couple of

Continue readingAI in games

Thoughts on UI development

Using this method for organizing interfaces in menus means that if we were to need to change the order or flow of the menu, we only have to change the values in the tree of potential interfaces instead of having to recreate menu flow in the Widgets themselves, hopefully saving us time and effort. … Continue readingThoughts on UI development