Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/billyfrcs/snakelol
- Owner: BillyFrcs
- License: mit
- Created: 2021-04-24T16:59:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T09:51:11.000Z (over 2 years ago)
- Last Synced: 2024-11-08T07:38:44.974Z (about 1 month ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 8.42 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.