Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-in-cpp

Simple classic Snake arcade game implementation written in C++.

Architecture

main.cpp              Complete game logic, input handling, and rendering loop
Makefile              Standard C++ build script
Makefile_snake        Alternative build configuration

Components

  • main.cpp: Terminal/console rendering, collision detection, score system, and game loop.

Development

Prerequisites

  • C++ compiler (g++ or clang++)
  • Make

Building and Running

Compile the binary:

make

Run game:

./snake

Clean build artifacts:

make clean

Documentation

About

Classic Snake arcade game implementation written in C++

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages