https://github.com/yeshalkhan/games
This repository contains beginner level codes for games that I wrote as part of my Programming Fundamentals course.
https://github.com/yeshalkhan/games
cpp cpp-games rock-paper-scissors tic-tac-toe
Last synced: 4 months ago
JSON representation
This repository contains beginner level codes for games that I wrote as part of my Programming Fundamentals course.
- Host: GitHub
- URL: https://github.com/yeshalkhan/games
- Owner: yeshalkhan
- Created: 2022-11-06T12:08:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:03:05.000Z (about 1 year ago)
- Last Synced: 2024-05-19T18:50:02.214Z (about 1 year ago)
- Topics: cpp, cpp-games, rock-paper-scissors, tic-tac-toe
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Games
This repository contains beginner level codes for games that I wrote as part of my Programming Fundamentals course.### 1. Rock Paper Scissors
Classic game where the user plays against the computer in a match of rock, paper, and scissors.### 2. Hangman Game
A word guessing game where the user attempts to guess a randomly chosen word letter by letter before running out of tries.### 3. Tic Tac Toe
A two-player game where users take turns placing X's and O's, aiming to get three in a row horizontally, vertically, or diagonally.