/Snake

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MIT License


Snake the Game

My own intepretation of the legendary Snake game in console, made with standart C++
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

snake intro

The game is played, using the numpad and it's highly recommended to read the instructions first. In addition to standart movements and features of all classic Snake games, this edition includes diagonal movements, a leaderboard and colorful design

(back to top)

Built With

  • Bare C++

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/Danilx8/Snake.git

(back to top)