An open API service indexing awesome lists of open source software.

https://github.com/james-p-d/consolesnake

Snake game for Windows console in C/C++
https://github.com/james-p-d/consolesnake

c console-application cpp snake snake-game

Last synced: 2 months ago
JSON representation

Snake game for Windows console in C/C++

Awesome Lists containing this project

README

          

# ConsoleSnake
Snake game for Windows console in C/C++

![Screenshot](https://github.com/James-P-D/ConsoleSnake/blob/main/screenshot.gif)

## Introduction

Simple Windows console version of the game [Snake](https://en.wikipedia.org/wiki/Snake_(video_game_genre)).

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.