This is a two player snake game implemented in C++. It is playing in console,allowing two players to control their snakes using the keyboard. The game features a scoreboard in game and another scoreboard for all players and the ability to set limit time for game.
1-Two-player-mode: One player controls their snakes with W, A, S, D keys, and another one uses arrow keys
2-Scoreboard: Track player scores throughout the game.
3-Set time limit: Players can define a specific time duration for the game.
1.Clone the repository:
git clone https://github.com/Seyed0Mohammad0Hosseini/Snake-game.git2.Navigate to the project directory:
cd snake-game3.Compile the game:
g++ -o snake_game main.cpp4.Run the game:
./snake_gameThis project developed as part of the Intoduction To Programming(ITP) course.