Skip to content

JDot555/C-Chronicles-The-Quest-of-Quantum-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Code-Chronicles: The Quest for Quantum Code

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.

How to Run:

You do not need to install JRE or JDK to run this program.

Things to Keep in Mind:

  1. **Single Integer **:
    If there is only one integer to take, you will always use "i" as the integer.

  2. **Two Integers **:
    If there are two integers to take, they will be "i" and "j". The game will specify which integer to use.

  3. 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.