mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 21:42:29 +00:00
[PR #1400] [CLOSED] Added a new game called Number Puzzle #1995
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/1400
Author: @user23052036
Created: 6/9/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
14febd5Added a new game called Number Puzzle📊 Changes
1 file changed (+427 additions, -0 deletions)
View changed files
➕
games/number_puzzle.c(+427 -0)📄 Description
Description of Change
I have created a new game called as Number puzzle where user is given different moves when numbers will be scribbled and using ASWF keys users have to move the numbers to form an ascending order in a matrix.This game is very fun to play as it has different levels and sub-levels and accordingly have limited number of moves.
I hope you review this code and make necessary changes ....
And, I would be very thankful to be able to contribute something .
Thank You.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.