Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/billyfrcs/snakelol

Simple 2D Snake Game Snake Lol.
https://github.com/billyfrcs/snakelol

2d-game 2dsnake cpp game game-developement game-development sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library snake-game

Last synced: about 1 month ago
JSON representation

Simple 2D Snake Game Snake Lol.

Awesome Lists containing this project

README

        

Snake Lol

![Snake Game](https://github.com/BillyFrcs/SnakeLol/blob/master/assets/example/Gif/SnakeLol.gif)

Simple 2D Snake Game "Snake Lol" made from scratch using C++ and [SFML](https://www.sfml-dev.org/index.php) library.

## Getting Started

Clone or download this repository, and then open in Visual Studio Code.

```
git clone https://github.com/BillyFrcs/SnakeLol.git
```

## Build And Run

- Just press "ctrl + shift + B" to build and run the game.
- Choose option to Debug or Release.
- To build the game manually, just type `./build.sh` in the terminal. make sure that you're in the right project directory.
- Please check this [DOCS](https://github.com/BillyFrcs/SnakeGame/blob/master/Template/README.md) for more details to setup and configuration this project.

> Get the [SFML Template](https://github.com/andrew-r-king/sfml-vscode-boilerplate) for making games from scratch using Visual Studio Code.