Skip to content

MAiKo26/game-snake

Repository files navigation

Snake Game

This is a simple console-based Snake game implemented in C++.

Screenshots

Game Screenshot 1 Game Screenshot 2

How to Play

  1. Use 'q' or the arrow keys to move the snake left.
  2. Use 'd' or the arrow keys to move the snake right.
  3. Use 's' or the arrow keys to move the snake down.
  4. Use 'z' or the arrow keys to move the snake up.
  5. Press 'x' to exit the game.

How to Run

  1. Clone the repository.
  2. Open the SnakeGame.sln file in your C++ IDE.
  3. Build and run the project.

Game Controls

  • 'q': Move left
  • 'd': Move right
  • 's': Move down
  • 'z': Move up
  • 'x': Exit the game

Features

  • Dynamic snake growth
  • Dollar signs represent food
  • Euro signs represent special food
  • Score and level tracking
  • Speed and difficulty levels

Feel free to modify, improve, or share!

About

Created my first game using C++ ; it's the classic Snake Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages