A C language game for programming beginners.
This is a game created by JDot for programming beginners. In this C-based game, you have to solve puzzles to pass each stage. There are a total of 12 puzzles in the game.
You do not need to install JRE or JDK to run this program.
-
**Single Integer **:
If there is only one integer to take, you will always use "i" as the integer. -
**Two Integers **:
If there are two integers to take, they will be "i" and "j". The game will specify which integer to use. -
Code Writing:
You don’t need to write all of the code. Just start writing the answers.
Now, play the game and have fun!
Also, stay tuned for a second version of the game, which will feature more complex puzzles.