Skip to content

Amin-Gh-05/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

2048 Game in Terminal

It's a simple 2048 game in terminal

User Interface

Let's have a look at the main menu: 1: New Game 2: Leaderboard 3: Exit

All you've gotta do is to choose a number and either enter a new game, review leaderboard or exit the game

Game Functionality

In case you don't know the rules, visit 2048 official page

Tip

In order to move, user keys UP, DOWN, RIGHT or LEFT

Contribution

I'll sincerely be thankful to anyone looking forward to make this game more user-friendly If you're looking forward to doing so, you can work on these issues:

  • void showMenu() function
  • void pullLeaderBoard(int lc) function
  • Style of the main board