“Touch” as a guiding principle for Video Games

Good writing mostly follows the adage “show don’t tell” to help writers prioritize how they are conveying information. Perhaps video games should follow a “touch, don’t show” guiding light to help game developers convey experiences meaningful to the interactive medium.

Defining Video Game Interfaces (VGIs)

Most everyone today interact with graphical user interfaces (a.k.a GUIs) when using a computer (phone or otherwise). This makes sense as people are visual creatures and it helps them use computers effectively. Technical people like programmers or computer power users may choose to use command line interfac (CLIs). You can accomplish so much when you… Continue reading Defining Video Game Interfaces (VGIs)

Brand New Unity Project: My Starter Kit

Testing is a core tenant I believe helps me produce high quality software. In order to have faith in a test suite that is assembled is to constantly verify every code change that is introduced to the system. Github Actions (docs) is a wonderful workflow based system that can easily integrate with a Github project.… Continue reading Brand New Unity Project: My Starter Kit