Games on MY Programming Language (Quanta)

Games on MY Programming Language (Quanta) Used AI

11 devlogs
12h 54m
•  Ship certified
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. Please see the tutorial.

Timeline

Earned sticker

made some changes in the way examples are selected. See the new tutorial:
https://hc-cdn.hel1.your-objectstorage.com/s/v3/0aa40fcb8e0a2bc4323b5d5e24189489ed846a29_tutorial.mp4

Update attachment

The new playground version 🚀🚀

Update attachment

Started making a playground for users to try the language.

Update attachment

Ship 1

1 payout of shell 149.0 shells

George Vazakas

about 2 months ago

George Vazakas • Covers 7 devlogs and 9h 17m

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