* Add files via upload
feat: added hangman game #967
* Update hangman.c
* Update hangman.c
* Update hangman.c
* Update hangman.c
* Update hangman.c
* Update hangman.c
Updated so that game instance was held as struct - can include current guess in game_instance too if preferred.
* Update hangman.c
* Update hangman.c
* Add files via upload
Adding test file
* Update hangman.c
* Update hangman.c
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>
* Added a new Tic Tac Toe game made using C
* Removed .DS_Store from CGames
* Delete .DS_Store
* Updated Formatting
* Deleted the file
* Updated Code Formatting
* Deleted .DS_Store again
* Updated Comments in the Code
* Updated code information
* Updated Documentation
* Updated Information
* fix filename
* enable cmake for games
* add docs and make better global name
* fix clang errors
* Fixed Segmentation Error
* Update games/tic-tac-toe.c
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
* Updated Function Description
* Update games/tic-tac-toe.c
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>