Skip to content

Conversation

Yashika-Agrawal
Copy link
Contributor

@Yashika-Agrawal Yashika-Agrawal commented Aug 6, 2023

Description

This PR adds the implementation of the classic game 2048 in Python. The game follows the traditional rules, where the player must slide numbered tiles on a 4x4 grid to combine them and reach the 2048 tile. The goal is to make strategic moves and merge tiles with the same value to create higher-valued tiles.

Fixes #2659

Type of change

Please delete options that are not relevant.

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

Category:

  • Calculators
  • AI/ML
  • Scrappers
  • Social_Media
  • PDF
  • Image_Processing
  • Video_Processing
  • Games
  • Networking
  • OS_Utilities
  • Automation
  • Cryptography
  • Computer_Vision
  • Fun
  • Others

@1e9abhi1e10 1e9abhi1e10 added level3 New features, Major bug fixing gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants labels Aug 6, 2023
@1e9abhi1e10 1e9abhi1e10 merged commit 0400b99 into avinashkranjan:master Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants level3 New features, Major bug fixing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Script]: 2048 Game
2 participants