https://github.com/zesterer/snakes-on-a-continuous-plane
A 2D Continuous Snakes Game Created For Ludum Dare 34
https://github.com/zesterer/snakes-on-a-continuous-plane
Last synced: 12 months ago
JSON representation
A 2D Continuous Snakes Game Created For Ludum Dare 34
- Host: GitHub
- URL: https://github.com/zesterer/snakes-on-a-continuous-plane
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-12-13T19:41:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T19:56:27.000Z (over 10 years ago)
- Last Synced: 2025-03-21T00:41:47.101Z (about 1 year ago)
- Language: CMake
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snakes On A Continuous Game
A 2D Continuous Snakes Game Created For Ludum Dare 34

## What is Snakes On A Continuous Game?
The game was designed and built for the Ludum Dare 34 competition. It's a quick game, best played in multi-player mode. Each player controls a snake, aiming to collect food and grow in order to defeat your opponents. There exist coloured powerups that give you certain powers. Blue food makes you move faster. Red food gives you the ability to eat the tails of your opponents.
## Cloning, Configuring, Compiling & Running
`git clone https://www.github.com/zesterer/snakes-on-a-continuous-plane/`
`cd snakes-on-a-continuous-plane && mkdir build && cd build`
`cmake ..`
`make`
Run the game with:
`./snake`
## Assets & Credit
All assets and code used are original. The game makes use of the C++ standard library and SFML. Nothing else.