Quanta is a custom programming language with a Python-based interpreter, designed for experimentation (I would say it could be an esolang). The project includes two built-in CLI games:
🎮 Rock, Paper, Scissors – A classic game against the computer.
🔢 Bigger or Smaller – A number guessing game where players try to guess the correct number in the fewest attempts. (Max.10)
Both games showcase Quanta's ability to handle user input, logic, and control flow—making it one of the worst ;) starting point for learning and exploring programming through custom language design (which is mostly bad code). The readme file and the logo (in my GitHub) is made with AI.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
v.0.6.9
some minor changes in the interpreter part and a whole new game ( Rock-Paper-Scissors )
Great Over all, but I think it may be time to start something new.
I made a number guessing game in Quanta. I will call it a day and I will make more apps and i may change old ones.
many syntax changes, added float boolean string variables ans inputs, new commands, almost ready for my first game I believe :)
I made the Git repo, decided to name my language Quanta and made a Fibonacci sequence script.
I make my first program in my language. It still needs a lot of work and I have to add more commands if I want to make a game on it ;)