/snake

Quick and dirty snake game for linux terminal

Primary LanguageLuaMIT LicenseMIT

Snake

Its a simple terminal game for linux

Requirements

  • lua (main language)
  • bash (for scripts)
  • g++ (for modules)
  • luarocks (for modules)
  • terminal (for execution and play)

Prepare to launch

# It installs all dependencies locally
./install-deps.sh

Run

./run.lua