Loading repository dataโฆ
Loading repository dataโฆ
Fou0ad0bk / repository
๐ฎ A curated collection of classic mini-games built from scratch using C#. Simple, modular, and fun!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A curated collection of lightweight, interactive mini-games implemented from scratch in C#. This repository serves as a practical playground for mastering game logic, state management, and clean object-oriented programming (OOP) principles.
| Game | Type | Description | Status |
|---|---|---|---|
| ๐ Snake | Arcade / Classic | Navigated the grid, eat food, and grow without hitting yourself. | ๐ข Playable |
| โ Tic-Tac-Toe | Strategy / Turn-based | Classic 3x3 grid game against a friend or a simple AI. | ๐ข Playable |
| ๐ Blackjack | Card / Casino | Test your luck and strategy against the dealer to hit 21. | ๐ก In Progress |
| ๐ Space Invaders | Shooter / Retro | Defend the base from incoming waves of alien grids. | โณ Planned |
Make sure you have the .NET SDK installed on your machine.
git clone [https://github.com/Fou0ad0bk/Mini_games.git](https://github.com/Fou0ad0bk/Mini_games.git)