This repository collects small learning projects I built as part of the Codedex community. Each project was created to practice new skills, try out libraries, and explore ideas in a hands-on way.
What this repo is
- Purpose: A playground for learning — try new tools, build small games, and experiment.
- Contents: A set of separate project folders (games, scripts, demos). Each folder contains its own README or instructions where needed.
How I taught
- I picked a feature or library to learn (for example,
pygameor Node CLI input), read docs and tutorials, then built a small project to apply the concepts. - Iteration: Prototype → Test → Refactor. Each project shows what I practiced and what I learned.
Quick start
- Browse project folders and open their main file.
- Example:
cd "Pong Game"python game.py(requirespygame)
- Example (Tic‑Tac‑Toe):
cd "ticktacktoe game"npm install prompt-syncnode tictactoe.js
Contributing / Notes
- This is primarily a personal learning repo, but contributions or suggestions are welcome — open an issue or send a PR.
- If you run projects, make sure to install required dependencies listed in each project's README.
Thank you for checking out these projects — they capture small experiments and the things I learned while building them.