Snake Game

This project is a minimalist snake-game.

Stale Pure Nim score 23/100 · last commit 2025-02-08 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2025-02-08
Downloads 0
Last Indexed 2026-09-07 06:08

Installation

nimble install Snake Game
choosenim install Snake Game
git clone https://gitlab.com/GabiKing-Corp/PyApps/Snake-Game

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Snake Game - - - - - - -

README

Snake Game

This project is a minimalist snake-game. It is made with Python3 and PyGame, with my own library PyGame Widgets.

Requirements

Install

  • Clone repository bash git clone https://gitlab.com/GabiKing-Corp/PyApps/Snake-Game cd Snake-Game

  • Create virtual environment bash python3 -m venv/ .venv/ source .venv/bin/activate pip install -r requirements.txt

  • Run bash python3 script.py

Contribution

A particular thanks to the PyGame Community. Without them, this game wouldn't be possible.

License

This project is under MIT licence. Please consult LICENSE file for more information.