Tetris Racing – The game I didn’t know how to create

Disclaimer:  I am not a VBA expert and some portions of this code may not follow the standard coding practices. It is what it is. Assumptions:  I assume you have some experience with Excel VBA and its infrastructure (how to view project, general knowledge of the coding syntax etc…) Credits:  Ken, Developer of Excel Snake… Continue reading Tetris Racing – The game I didn’t know how to create

Battleships – The First Excel Game I Built

The first check occurs when the player plays whilst the second check occurs once the PC plays. GameCheckPC Subroutine This is a fairly simple check. Once a ship is completely destroyed, the status from the hidden portion of the screen changes to “Completed” indicating the ship has been fully destroyed. Hence I would only need… Continue reading Battleships – The First Excel Game I Built