Skip to content

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.

License

Notifications You must be signed in to change notification settings

tomasmark79/snake-forever

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published