/TrueSnake

A Snake implementation written in an appropriate lang

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

TrueSnake

A yet another Snake implementation written in the snakiest PL - Python

Installation

Prerequisites

Deps:

  • Python 3.10 (Always on the bleeding edge)
  • pygame

To install pygame, do

$ pip3 install --user pygame

and you should be good to go.

From source

First of all, copy the sources like so:

$ git clone https://github.com/Froloket64/TrueSnake ~/TrueSnake
$ cd ~/TrueSnake

and run the game with

$ python3 main.py