pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

2048 Game #331

Open pallavivaswani opened 3 years ago

pallavivaswani commented 3 years ago

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:

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

EANimesha commented 3 years ago

I like to complete this in python

salma2vec commented 3 years ago

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

pratik-choudhari commented 3 years ago

@SalmaBliss With GUI?