Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 592 Bytes

ASCIINAKE 🐍

Build

g++ -Wall -Werror src/*.cpp -o asciinake -lncursesw -ltinfo

Or

chmod +x build.bash && ./build.bash

Play/Install

chmod +x install.bash && sudo ./install.bash
source ~/.zshrc # or .bashrc
asciinake # to play!

Controls

  • ⬆️ UP ARROW: To move snake up.
  • ⬇️ DOWN ARROW: To move snake down.
  • ⬅️ LEFT ARROW: To move snake left.
  • ➡️ RIGHT ARROW: To move snake right.
  • ⏸️ P: To pause.
  • 🔃 R: When the game is over or completed.
  • ESC: To leave the game at any time.