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

Added 2048 game using stack #335

Merged
merged 3 commits into from
Oct 28, 2021
Merged

Added 2048 game using stack #335

merged 3 commits into from
Oct 28, 2021

Conversation

bridyash13
Copy link
Contributor

Description

I've added a 2048 game using stack.

Fixed #334

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added screenshots(if any) that prove my fix is effective or that my feature works

@ghost
Copy link

ghost commented Oct 27, 2021

Changes to your CodeSee Architecture Map:

View a CodeSee Map of these changes

Review in an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend

Copy link
Owner

@bislara bislara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay in reviewing. Good job buddy.

  • Add a pic/gif showing how is the interface in the readme of the project.
  • Solve the merge conflict

@github-actions github-actions bot requested a review from bislara October 28, 2021 11:37
@bridyash13
Copy link
Contributor Author

bridyash13 commented Oct 28, 2021

I've made the following changes

  • Added a pic/gif showing how is the interface in the readme of the project.
  • Solved the merge conflict

@bislara
Copy link
Owner

bislara commented Oct 28, 2021

Hey, I am sorry but couldn't get what the below image means:-

image

What are those 4 bars

@bridyash13
Copy link
Contributor Author

Hey, I am sorry but couldn't get what the below image means:-

image

What are those 4 bars

Those are the 4 stacks in which you have to put the tiles. The tiles merge if they're of the same value. You have to reach a tile of value 2048.

@bislara bislara merged commit 09839fe into bislara:master Oct 28, 2021
@github-actions
Copy link

Thanks very much for contributing! Your pull request has been merged 🎉 Hoping for more contribution from you in future.
Do give a ⭐ if you like this project

Happy hacking and Learning ✌🤟
Thanks again! ✨

@bislara
Copy link
Owner

bislara commented Oct 28, 2021

@all-contributors please add @bridyash13 for code, doc

@allcontributors
Copy link
Contributor

@bislara

@bridyash13 already contributed before to code, doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2048 game using stack
2 participants