Skip to content

SemkiShow/Snake

Repository files navigation

Snake

A game of Snake made in C++

How to run

Executable

  • Download the latest release
  • Unzip it
  • Run Snake or Snake.exe depending on your system

How to build

Executable

  1. Install Raylib following one of these tutorials based on your system: Linux, Windows, macOS
  2. Run
chmod +x run.sh
./run.sh

Web version

  1. Install Raylib following one of these tutorials based on your system: Linux, Windows, macOS
  2. Setup Emscripten using this tutorial
  3. Run
chmod +x run.sh
./run.sh --web

About

A game of Snake made in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published