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
- Host: GitHub
- URL: https://github.com/jdot555/c-chronicles-the-quest-of-quantum-code
- Owner: JDot555
- Created: 2024-09-17T07:17:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T13:11:13.000Z (6 months ago)
- Last Synced: 2025-04-05T14:22:15.349Z (6 months ago)
- Topics: 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
- Homepage:
- Size: 17.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.