Welcome to my repository of simple games written in C! This is a fun project where I explore game development in C. Currently, we have the classic game of Rock, Paper, Scissors. Stay tuned for more games!
This is a simple implementation of the classic game. The game is played in the console and the rules are the same as the traditional game.
- Compile the C file using your preferred C compiler.
- Run the compiled file.
- The game will prompt you to enter your choice: Rock, Paper, or Scissors.
- The computer will also make a choice.
- The winner is decided based on the traditional rules of the game.
This is a simple implementation of the classic game of Hangman. The game is played in the console. The computer randomly selects a word from a predefined list and the player has to guess it one letter at a time.
- Compile the C file using your preferred C compiler.
- Run the compiled file.
- The game will prompt you to guess a letter of the word.
- If your guess is correct, the letter will be revealed in the word.
- If your guess is incorrect, the number of attempts will decrease.
- The game continues until you’ve guessed the word or you’ve run out of attempts.
I plan to add more games to this repository. If you have any suggestions or want to contribute, feel free to open an issue or a pull request.
- Thanks to everyone who has shown interest in this project and provided feedback.