Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 8 hours 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 made by JDot for programing beginners. This is a C game in which you
have to solve a puzzle in order to pass the stage. There are Total of 12 Puzlles in it

How to run:

you will need to install JRE to run this program the minumum version for JRE is 1.8 you can alo install JDK to run this game.
install JDK 23:

https://download.oracle.com/java/23/latest/jdk-23_windows-x64_bin.exe

install JRE:

https://javadl.oracle.com/webapps/download/AutoDL?BundleId=250127_d8aa705069af427f9b83e66b34f5e380

for 64 bit:

https://javadl.oracle.com/webapps/download/AutoDL?BundleId=250129_d8aa705069af427f9b83e66b34f5e380

the given JRE given in above code is an online installer

Things to keep in mind :

1) if there is only one integer to take, you have to take "i" as an integer every time.

2) if there are two integers they would be i and j and also it would be told to you in
the game which integer you have to take.

3) you don't have to write all of the code just start writting answers.

now play the game and have fun.
And also stay tunned because there will be a second version of this game.