Before you download the game make sure that the following are already installed in your computer. If you do not have .NET 4.5 Framework or C/C++ compiler MinGW click the appropriate image:
CMX (C/C++)
*Click the appropriate image to download the corresponding version of CMX. After downloading it, unzip the file and run the CMX.Client.exe file in the root folder.
In this version of the game, the players are getting familiar with the basic features of C and the logic of the game.
Players learn the theory of If statements and switch cases, they get assessed by 4 Senseis in multiple-choice questions. 4 Iron Senseis will require from players to put the lines of code provided in the right sequence that together will form an executable C program, while 2 Gold Senseis will ask them to write two short programs.
Players learn the theory of Loops, they get assessed by 4 Senseis in multiple-choice questions. 4 Iron Senseis will require from players to put the lines of code provided in the right sequence that together will form an executable C program, while 2 Gold Senseis will ask them to write two short programs.
Players learn the theory of Functions, they get assessed by 4 Senseis in multiple-choice questions. 4 Iron Senseis will require from players to put the lines of code provided in the right sequence that together will form an executable C program, while 2 Gold Senseis will ask them to write two short programs.
Players learn the theory of Arrays, they get assessed by 4 Senseis in multiple-choice questions. 4 Iron Senseis will require from players to put the lines of code provided in the right sequence that together will form an executable C program, while 2 Gold Senseis will ask them to write two short programs.