Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New game]: Add Pattern Creation Game #4694

Closed
1 task done
ananyag309 opened this issue Jun 24, 2024 · 3 comments
Closed
1 task done

[New game]: Add Pattern Creation Game #4694

ananyag309 opened this issue Jun 24, 2024 · 3 comments
Assignees
Labels
gssoc GSSoC24 program label level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue

Comments

@ananyag309
Copy link
Contributor

🎮 Game Request

Game logic and basic description
Concept: Provide players with a grid and allow them to create patterns using different colors. They can then save and share their patterns.
Implementation: Use HTML for the grid, CSS for styling, and JavaScript to handle user interactions and pattern saving.

Point down the features

Game points
When the game starts, the player is presented with a grid (e.g., 10x10) of empty cells.
A palette of colors is available on the side for the player to choose from.

The player can select a color from the color palette by clicking on it.
The selected color becomes the active color for painting the grid cells.

The player clicks on any cell in the grid to fill it with the selected color.
The player can change the selected color at any time and continue filling cells to create a pattern.
Clicking a filled cell again will allow the player to change its color or reset it to empty. And further saving and sharing it.

Select program in which you are contributing

GSSoC24

Code of Conduct

@kunjgit kunjgit added level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue labels Jun 24, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jun 24, 2024

Hey @ananyag309 !
Thank you for raising an issue 💗
You can self assign the issue by commenting /assign in comment 😀
Make sure you follow CODE OF CONDUCT and CONTRIBUTING GUIDELINES 🚀
Don’t Forget to ⭐ our GameZone🎮
Make sure you join our Discord🕹️

@kunjgit kunjgit added the gssoc GSSoC24 program label label Jun 24, 2024
@ananyag309
Copy link
Contributor Author

/assign

@kunjgit
Copy link
Owner

kunjgit commented Jul 8, 2024

Hey @ananyag309 ! Thank you so much for your raising the issue💗
It’s all yours, you can come anytime again and make some contributions! 🚀
Alone, we can do little, but together we can do so much! 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC24 program label level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue
Projects
None yet
Development

No branches or pull requests

2 participants