Official winning submission to the Hack the Terminal Hackathon organised by Geeks for Geeks VIT-B
In this world of the 21st century where we have various different types of heavy graphic based games be it single player or multiplayer, at times there is a sense of repetition which can make our experience boring and dull. At this time one needs a change and what better than playing some original basic 2048 or Minesweeper directly available on the terminal.
HacktheConsole is a gaming project which includes a launcher and 2 games - “2048 and Minesweeper” both of which run on terminal.
We used two oops language to create our project -
- Cpp to create the "run.cpp launcher file" : which when compiled and executed will run the exe files of the two games.
- CSharp to create the console/terminal based games : 2048 and minesweeper.
- Fork and Clone this repository or Download it via zip
- Open the run.cpp file in any of your code editor.
- Then compile and execute the file. ( In most cases the project should run and you should be able to play the game )
If the project shows error that must have been because of the wrong location of the downloaded exe files.
- Go to line 27 of the run.cpp file and put the exact local file location of Console2048.exe
- Similarily go to line 32 of the run.cpp file and put the exact local file location of Minesweeper.exe
Dhruv Mehta |
Kushagra |
|---|
.png)


