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

2048 Game #331

Open
4 tasks done
pallavivaswani opened this issue Oct 13, 2020 · 3 comments
Open
4 tasks done

2048 Game #331

pallavivaswani opened this issue Oct 13, 2020 · 3 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest project python Up-for-Grabs

Comments

@pallavivaswani
Copy link
Contributor

Feature ✅

Description

The main objective of this game is to move numbered tiles on a grid to merge them to form a tile with the number 2048.
In each move, a new tile falls with the number of 2 or 4. The player has to move the tiles using arrow keys and try to collide the same two numbers which create a new tile with the total sum of the two numbers/tiles. The top right corner contains a scoreboard, the player has a maximum of 2048 try to win the game.

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • This issue will be meaningful for the project.
  • I will contribute more in future

Contributors are supposed to mention their coding language while asking for assignment

@pratik-choudhari pratik-choudhari added good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest project Up-for-Grabs labels Oct 13, 2020
@EANimesha
Copy link
Contributor

I like to complete this in python

@salma2vec
Copy link

Hi ! @ pratik-choudhari ...I would like to work on this in C++

@pratik-choudhari
Copy link
Owner

@SalmaBliss With GUI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest project python Up-for-Grabs
Projects
None yet
Development

No branches or pull requests

4 participants