This repository contains several independent projects exploring algorithms, simulations, and game development.
๐ โ Critical state self-organizing/
A simulation of a self-organizing critical system.
Observe how a sandpile organizes itself under different conditions and explore the mathematical concepts behind this phenomenon.
๐ โ QR Code/
This project allows users to generate QR codes from custom input data and export them in a usable format.
The goal of this project was to better understand encoding, data representation, and image generation.
๐ โ Tetris/
A playable Tetris game.
You can either play the game yourself or watch a bot play automatically.
๐ โ Traveling salesman problem/
An implementation of a brute-force algorithm to solve the Traveling Salesman Problem.
The goal is to find the shortest possible path that visits all points exactly once.
Each project is contained in its own directory.
Please refer to the individual folders for setup instructions and details.
- Algorithms
- Simulations
- Game Development
- Mathematics
This repository is intended for educational purposes.