Skip to content

My first beginner-friendly CLI game! It offers 10 levels of counting challenges. Count shapes like arrows, pyramids, and more in Unit 1, and letters A-Z and digits 0-9 in Unit 2. More levels are on the way. Your feedback is highly appreciated as I continue to develop and expand this game. Give it a go and enjoy some counting fun!

Notifications You must be signed in to change notification settings

saheb-ul-lah/Count-Count-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Count-Count-CLI

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

About the Project

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!

Getting Started

Prerequisites

Before you begin, make sure you have a C compiler (like GCC) installed on your system.

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/saheb-ul-lah/Count-Count-CLI.git

  2. Compile the source code:
    gcc count.c -o main

  3. Run the game:
    ./main

Contributing

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.

Acknowledgments

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! 🎮

About

My first beginner-friendly CLI game! It offers 10 levels of counting challenges. Count shapes like arrows, pyramids, and more in Unit 1, and letters A-Z and digits 0-9 in Unit 2. More levels are on the way. Your feedback is highly appreciated as I continue to develop and expand this game. Give it a go and enjoy some counting fun!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages