The Ultimate Terminal Gaming Experience
V-ARCADE is a unified terminal interface built in C++ to showcase logic-driven gameplay and clean architecture.
Quick Start โข Game Library โข Connect
| Game | Description | Status |
|---|---|---|
| Number Guessing | Logic-based higher/lower game | ๐ ๏ธ In Progress |
| Rock Paper Scissors | Classic hand-game vs CPU | ๐ Planned |
| Die Betting | Probability-based dice betting | ๐ Planned |
| Game | Description | Status |
|---|---|---|
| Tic Tac Toe | Strategic 3x3 grid competition | โ Completed |
| Hangman | Terminal-based word discovery | ๐ ๏ธ In Progress |
| Connect Four | Vertical strategy puzzle | ๐ Planned |
| Game | Description | Status |
|---|---|---|
| Snake Game | Retro movement and collision logic | ๐ Planned |
| Battleship | Grid-based naval combat simulation | ๐ Planned |
| Minesweeper | Logic-heavy minefield navigation | ๐ Planned |
Ensure your environment is ready for C++ compilation:
git init
git clone https://github.com/vikasingh0897/Fun-With-CPP.gitcd Fun-With-CPP
cd build
cmake ..
make
./Gamecd Fun-With-CPP
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
Game.exerm -rf build
Vikas Singh |
๐ B.Tech CSE Student | 4th Semester ๐ป Focus: C++ Game Logic & MERN Stack Development ๐ฏ Mission: Building the V-ARCADE Ecosystem ๐ซ Contact: Email Me |
"Logic will get you from A to B. Imagination will take you everywhere."
Built with ๐ป and โ by Vikas Singh
