Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.4 KB

Snake Forever

Description

Snake Forever was my C++ language excercise and it is a game inspired by the classic Snake game. This game is happening in a text console and is drawing with ansi chars. The game supports singleplayer, multiplayer like a hotseat up to four players or network multiplayer via UDP up to two players.

Dependencies

This project depends on the following libraries:

Installation

Assuming you have CMake and a C++ compiler supporting C++17 installed, follow these steps for installation:

git clone https://github.com/yourusername/snake-forever.git
cd snake-forever
mkdir build
cd build
cmake ..
make

Hot-Seat four players screenshot

Screenshot_20240620_101022

Two players internet multiplayer screenshot

Screenshot_20240620_102013

License

Snake Forever is open-source software, released under the unlicense. Initial author is Tomáš Mark 2024.

For more information, visit the GitHub repository.