Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 616 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 616 Bytes

ConsoleSnake

Snake game for Windows console in C/C++

Screenshot

Introduction

Simple Windows console version of the game Snake.

The red snake can be moved around the screen using the , , and buttons to reach the green apple. Each time the snake eats a piece of fruit the tail grows by one cell. The objective of the game is to collect all the fruit without the snake hitting either one of the four walls, or its own tail.