Algorithm (written in C++) that prints a list (in a text file) of all possible Tic-Tac-Toe moves - My Answer to the Bamtang Games' Game Programmer Exam (originally published in 2018): Question #3 (TIC TAC TOE, a.k.a MICHI in Perú, and 'La Vieja' - 'The Old Woman' - in Venezuela).
Small demo (written in C++) that implements the logic of a poker game, (particularly its variant 'Texas Poker'), between two players, using text files as Input and as Output. - My Answer to the Bamtang Games' Game Programmer Exam (originally published in 2018): Question #4 (POKER FACE)
This is a project template made for Microsoft Visual Studio IDE. This template can be used to make GUI Applications for Windows using Windows Forms user interface. It can be compiled using Microsoft Visual C++ (MSVC) and .NET Framework. Applications built like this runs using Microsoft's common language runtime (CLR) library.