top of page
Key Features
Snake
Download
  • First C++ Project

  • Works in any Windows console

  • Multiple colours

  • Standard play, 2-player vs and AI

  • 5 Difficulty modes

  • High performance

  • A* Pathfinding technique

Snake was my first experience of C++, creating a version of the classic Snake game in the Windows console window. The game features classic Snake gameplay in a 20x20 zone with solo play to achieve high scores and a versus mode to compete with another player to achieve the highest score and outlive your opponent.

The game has been highly optimised, running at high framerates with or without AI and features a mode specifically for observing the AI battle itself, demonstrating performance of the A* Pathfinding algorithm.

To play the game, use the arrow keys for single player and the arrow keys + WASD keys for two player.

© 2020 By Will Anderson.

  • LinkedIn
  • Github Icon
bottom of page