mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #1486] [CLOSED] Add Snake game in C under games/ #2089
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/1486
Author: @KRiSHnA88H
Created: 9/17/2025
Status: ❌ Closed
Base:
master← Head:add-csnake-game📝 Commits (4)
74871c8Add O(1) optimized solution for Project Euler Problem 6ef9d5a3Add Snake game implementation in C48547c5Rename o(1)sol.c to o(1)_sol.c8d55ae9Rename csnake.c to c_snake.c📊 Changes
2 files changed (+268 additions, -0 deletions)
View changed files
➕
games/c_snake.c(+230 -0)➕
project_euler/problem_6/o(1)_sol.c(+38 -0)📄 Description
Description of Change
Added a Snake game implementation in C under the
games/folder.#,O,*) for clarity.References
games/.Checklist
main()with play loop)Notes: Added file
games/csnake.cwith playable Snake game implementation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.