Games on MY Programming Language (Quanta)

Games on MY Programming Language (Quanta) Used AI

7 devlogs
9h 8m
Created by George Vazakas

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.

Timeline

Ship 1

0 payouts of shell 0 shells

George Vazakas

12 days ago

George Vazakas • Covers 7 devlogs and 9h 8m

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.

Update attachment

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.

Update attachment

many syntax changes, added float boolean string variables ans inputs, new commands, almost ready for my first game I believe :)

Update attachment

I made the Git repo, decided to name my language Quanta and made a Fibonacci sequence script.

Update attachment

Added math and inputs. I thing it has potential

Update attachment

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 ;)

Update attachment

we made some progress on the custom language

Update attachment