/snakie

Vintage snake game in C/C++

Primary LanguageC++

Snakie

Snakie is a clone game of the classic snake game.

Getting Started

To run the game execute the executable. You can also specify the window resolution as command parameters:

./snakie 1920 1080

Prerequisites

To compile this project, you should have installed any C/C++ compiler and also SDL2.0 development library. You should check with you distro how to install these packages.

Building

On this repository root run maketo compile.

Built With

  • SDL2 - Awesome library used

Authors

  • Ícaro Freire - Whole thing - ivfreire

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks for playing! :)