Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogdan016/c-projects
A few coding projects I made while learning C for my exams! There's a mix of games like Rock Paper Scissors, Hangman, and Tic-Tac-Toe, Guess the Number game etc.
https://github.com/bogdan016/c-projects
c cprogramming cproject
Last synced: 11 days ago
JSON representation
A few coding projects I made while learning C for my exams! There's a mix of games like Rock Paper Scissors, Hangman, and Tic-Tac-Toe, Guess the Number game etc.
- Host: GitHub
- URL: https://github.com/bogdan016/c-projects
- Owner: Bogdan016
- Created: 2023-08-23T15:32:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T20:18:55.000Z (about 1 year ago)
- Last Synced: 2024-12-30T16:54:51.551Z (11 days ago)
- Topics: c, cprogramming, cproject
- Language: C
- Homepage:
- Size: 366 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Programming Projects
This is where I've gathered a collection of coding projects that I created while studying C for my exams.
By working on these projects, I've been able to learn and practice different ideas, which has helped me get better at programming in C and understand it more deeply.## Projects Included
- **Rock Paper Scissors:** The classic game of decision-making.
- **Hangman:** The popular word-guessing game.
- **Tic-Tac-Toe:** Strategic fun in a timeless game.
- **Guess the Number:** Challenge your guessing skills in this number game.
- **Calculator**
- **Digital Clock**
- **Temperature Converter**
- **Base Converter** (Decimal, Binary, Octal, Hexadecimal)
- **English to Morse Code:** Translate English text into Morse code.## Development Environment
All these projects were developed using [Code::Blocks](http://www.codeblocks.org/), a free and open-source integrated development environment (IDE) that supports multiple compilers, including the GCC compiler for C and C++.
Feel free to explore the projects, dive into the code, and have fun with these implementations. If you have any questions, feedback, or suggestions, don't hesitate to reach out. These projects are a reflection of my learning journey, and I hope they can be helpful in your own coding adventures.