Hello there! 👋 I'm excited to share my very first CLI game project with you - Count-Count-CLI! I'm just getting started on my coding journey with GitHub, and this project is a small step in my learning process.
Demo Video (Drive link) : https://drive.google.com/file/d/1QSLOx1Wr5tMjwwF3Uhcb2V3c-eIYwv89/view?usp=drive_link
Count-Count-CLI is a simple CLI (Command Line Interface) game that I built as a hobby project. It's designed to help you practice counting while having some fun. Here's what you can expect:
- Counting Challenges: The game currently offers 10 levels of counting challenges, divided into two units.
- Unit 1: Count various random shapes like arrows, pyramids, squares, and more.
- Unit 2: Challenge yourself to count random letters A-Z and numbers 0-9.
I'm constantly working on improving and expanding this game, so stay tuned for more levels and features!
Before you begin, make sure you have a C compiler (like GCC) installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/saheb-ul-lah/Count-Count-CLI.git -
Compile the source code:
gcc count.c -o main -
Run the game:
./main
As a beginner, I'm eager to learn and improve my coding skills. If you have any suggestions, find bugs, or want to contribute in any way, please feel free to open an issue or submit a pull request. Your support and feedback mean a lot to me on this journey.
I want to express my gratitude to the open-source community for inspiring me to start this project. I'm also thankful for everyone who helps make this game better.
Enjoy playing and happy counting! 🎮