About YetAnotherSnakeGame

YASG

    About YetAnotherSnakeGame

  • YetAnotherSnakeGame is a C++ based snake game.
  • It uses no external Libraries and is based on cute block graphics
  • As of 01-06-2024 it is one of my favorite codes and i still play it myself just because of its simplicity, and found a bug whilist playing it myself LOL.

    The Idea

  • The Project was suggested by my elder brother Piyush Marmat.
  • My Brother knew my interest in GameDev so this code was my start for that path.
  • References from GeeksforGeeks helped me to fix my length incrementing logic.

    The Implementation

  • The Project also gave me experience with Visual Studio 2021 IDE
  • The Implementation of the Project can be found in GitHub here.
  • My Next Goal for this code is to translate the code into JavaScript with which i will be able to add that to my website to play.