1 Answers1

0
  1. First run the commands sudo apt update && sudo apt upgrade.

  2. Then to install snake run the command:

    • sudo apt-get install nsnake

enter image description here

  1. To start the game run the command:
    • nsnake

enter image description here

johncli
  • 329