mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #530] [MERGED] Added a new Tic Tac Toe game made using C #952
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/530
Author: @ASaiVivek
Created: 5/17/2020
Status: ✅ Merged
Merged: 7/31/2020
Merged by: @kvedala
Base:
master← Head:CGames📝 Commits (10+)
e98c69aAdded a new Tic Tac Toe game made using Ca0b81c8Removed .DS_Store from CGames22005c9Delete .DS_Store4f8be34Updated Formatting2e74ccdDeleted the filea32185dMerge branch 'CGames' of https://github.com/vivekboss99/C into CGames686ff96Updated Code Formatting9c01c45Deleted .DS_Store againfae9324Updated Comments in the Code5ca8d8aUpdated code information📊 Changes
3 files changed (+463 additions, -0 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)➕
games/CMakeLists.txt(+24 -0)➕
games/tic-tac-toe.c(+438 -0)📄 Description
I thought it would be good to include a folder containing simple games we can make using C ,so i have made few games using C like Tic-Tac-Toe, Sudoku puzzle generator, etc. I think it brings out the creativity in any programmer while making games and also it's like the starting steps to any beginner programmer to who wants to develop video games.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.