An open API service indexing awesome lists of open source software.

https://github.com/jdot555/c-chronicles-the-quest-of-quantum-code

A C language game for programming beginners
https://github.com/jdot555/c-chronicles-the-quest-of-quantum-code

c-game c-games-for-beginners c-language c-language-programming challenge coding-game coding-problems educational-game fun gui gui-application learn-code learn-coding learn-to-code learning puzzle-game puzzle-solving puzzle-solving-game

Last synced: about 1 month ago
JSON representation

A C language game for programming beginners

Awesome Lists containing this project

README

          

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