/Snake-SFML

My latest and most complete game implementation yet.

Primary LanguageC++

Archival Project

This repository now includes all needed libs and project to clone, build and run out of box.


Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Snake + SFML

Snake clone made with SFML.

Check out a demo video on youtube!

IMAGE ALT TEXT HERE

Table of Contents

About The Project

Snake+SFML Snake+SFML Snake+SFML

Snake+SFML is a clone of the classic game popularized by Nokia. Eat fruit to increase your score. However, as you eat your snake grows and avoiding your growing body becomes more difficult. Running into your own body will reduce your lives and leave a hazard in the play area. See how long your snake can grow.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

* Cereal : https://uscilab.github.io/cereal/ * SFML 2.5.1 : https://www.sfml-dev.org/download.php * OpenAL * OpenGL * Freetype

Installation

  1. Clone the repo
https://github.com/Tello-/Snake-SFML.git
  1. Build .sln(vs2019 win32)
  2. Run
  3. Enjoy!

Controls

  • WASD and Arrows - Move Snake
  • P - Pause (during play)

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Josh Lollis - lollisjosh@gmail.com

Project Link: [https://github.com/Tello-/Snake-SFML)