Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 725 Bytes

Snake-cpp

Description

A classic CLI snake game implemented in C++ using windows.h library and designed in an object oriented manner.

Instruction Screen

Instruction screen

  • The game offers three difficulty levels - Easy, Medium and Hard
  • The Speed of the snake is decided by the difficulty level chosen by the user

Game Screen

Game Screen

  • The sequence of * represents the snake
  • The @ symbol represents the fruit

Game Play

Game Play

Currently working on to optimize the code!