by Tomson | Sep 12, 2020 | Posts
Introduction Before we start, the problem I’m trying to solve here is being able to store some text information associated with a date and time. Now the obvious way to do this is to just open a notepad or an excel and just start writing entries into it. However,...
by Tomson | Sep 6, 2020 | Posts
Introduction An interesting problem I came across while creating a Connect 4 game in Java was detecting when one of the players was in a winning state. If you’re not already familiar with connect 4 it’s a game played between 2 players on a 6×7 grid....