# Quanta 🚀 *A Programming Language by GeoVaz09* **This README and logo was generated with AI assistance.** --- ## 🧩 Overview **Quanta** is a custom programming language with a Python-based interpreter, designed for experimentation, pain and confusion. (I would consider it 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 attempts) 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 made with bad code).

Quanta Logo

--- ## ⚙️ Features - **Custom syntax**: BAD and NOT easy to learn. (I would consider it an esolang) - **Interpreter**: interactive execution with almost no debugging help - **Built-in standard library**: basic math, data structures. (I think, I am not quite sure if it is even turing-complete) --- ## Quanta Playground - A playground site for testing Quanta - Test Quanta on the official Playground

Steps:

1. Select the script you want to test from the specific examples (It is only necessary for Step 2.)

2. Press "View Source" to see the exaple's source code in Github (Optional)

3. Press "Run â–¶" and enter the number of the example script you want to load (after pythonanywhere.com loads)

4. Use the script as instructed by the tutorial (Just see the tutorial first)

5. For any questions or ideas, just send me on Slack @George Vazakas


(Note: this link uses an online‑Python environment to simulate or test Quanta code.)
💬 Documentation & Further Help (Or ask Chat GPT and pray it works) --- ## 📣 Acknowledgments Developed by GeoVaz09 ( @George Vazakas on Slack ) *README and logo generated with AI assistance* Thank you for checking out Quanta—happy coding!