Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 506 Bytes

SnakeGames

Hello (ʘ‿ʘ)╯

Snake Games on your's terminal

Usage

First compile file snakegames.cpp

clang++ -Wall -std=c++11 snakegames.cpp -o snakegames

Key used :

  • W for Up
  • S for Down
  • D for Right
  • A for Left

Preview

snakeGames

You can play demo in here : https://replit.com/@FandhikaAzhar/snake#main.cpp