mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 15:34:20 +00:00
[PR #1005] [CLOSED] [FEATURE]Hangman a classic word game #1549
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/1005
Author: @anindyasen
Created: 10/7/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
71f5874Hangman a classic word game09be1a5updating DIRECTORY.mdb5065bbDocumentation Fix9d4a46b:Merge branch 'master' of https://github.com/anindyasen/C5acd0c3Update games/hangman.c6d173adupdating DIRECTORY.md784b2c5Fix for codeql error93102b7Update games/hangman.cb3b86d8Merge branch 'master' of https://github.com/anindyasen/C📊 Changes
4 files changed (+818 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+3 -0)➕
games/hangman.c(+225 -0)➕
games/hangman.h(+71 -0)➕
games/hangman_word_pool.h(+519 -0)📄 Description
Description of Change
References
#967
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.