2048 is a wonderful and very famous game. This game is played by millions of people across the globe but this 2048 game is completely made by me and also the cool thing is I made this using terminal, yea 'THE TERMINAL'. I made this game using C programming language.
1. C programming language.
2. VS Code (for coding).
Although controls are constantly mentioned in the game, I am noting here too so that no one gets confused:
1.WASD to move
2.12345 to select options in the game.
1.Download VS Code and fork this repository to your github.
2.Git Clone this repository and download any C Compiling extension in VS Code.
3.Run the file with the play button in the top right of your VS Code screen.
1.Download the zip file from releases.
2.And run chmod +x mygame ./mygame or open the terminal in your folder where you have downloaded the release and run chmod +x mygame ./mygame then it should run properly.
3.Finally, ENJOY playing also try to beat your friends in this game.