Skip to content

Latest commit

ย 

History

History
38 lines (29 loc) ยท 1.37 KB

File metadata and controls

38 lines (29 loc) ยท 1.37 KB

Projects Repository

This repository contains several independent projects exploring algorithms, simulations, and game development.

๐Ÿ“Œ Projects

๐Ÿ”ฌ Critical State Self-Organizing (Sandpile Model)

๐Ÿ“‚ โ†’ 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 Generator

๐Ÿ“‚ โ†’ 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

๐Ÿ“‚ โ†’ Tetris/
A playable Tetris game.
You can either play the game yourself or watch a bot play automatically.

๐Ÿงญ Traveling Salesman Problem (TSP)

๐Ÿ“‚ โ†’ 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.

๐Ÿš€ Getting Started

Each project is contained in its own directory.
Please refer to the individual folders for setup instructions and details.

๐Ÿ› ๏ธ Technologies

  • Algorithms
  • Simulations
  • Game Development
  • Mathematics

๐Ÿ“„ License

This repository is intended for educational purposes.