[CRITICAL] View the Project Genesis Final Report Here: REPORT.md
"Don't just write code. Evolve it."
Project Genesis is not a simple genetic algorithm. It is a complete Biological Operating System.
It simulates a fault-tolerant Virtual Machine (The Genesis VM) that treats machine code as biological DNA. This allows programs to:
- Mutate without crashing (Fault Tolerance).
- Evolve complex logic (like XOR gates) from random noise.
- Fight for survival in a shared memory arena (Core War).
- Transpile themselves from "DNA" into valid C++ code (Bio-Universal Translation).
We evolved a program that stays functional even when its memory is actively corrupted by radiation.
bin/genesis.exe survival
# Watch as the code develops redundancy to survive random bit-flips.The system evolved a non-linear XOR Logic Gate without being taught math. It discovered the concept of "If/Else" branching purely through evolutionary pressure.
bin/genesis.exe consciousness
# Result: A digital brain that passes the Turing test for logic gates.A virus that assumes control of the execution pointer and blindly copies its own genome to neighboring memory cells.
bin/genesis.exe export replicator
# Pit it against a Bomber in the Arena to see who wins!Turn your biological experiment into a real-world tool. This compiler takes organic DNA and transpiles it into standard C++.
bin/genesis.exe transpile <DNA_STRING>
# Output: A valid .cpp file you can compile with GCC.Pit two organisms against each other in a shared 1024-byte memory pool.
- Red (P1): Your Challenger
- Blue (P2): The Opponent
- Magenta: Memory Collision (Combat)
bin/genesis.exe arena <DNA_1> <DNA_2>Windows (No dependencies required):
.\build.batMost AI writes code. Genesis grows it. This project proves that with a robust enough environment (VM) and strict enough competition (Arena), Intelligence is inevitable.
Created by don (ZOREN).