ClaustroSnake
A downloadable game for Windows
Game requires a Python interpreter with Pygame package installed.
The game is a version of traditional Snake, but you only lose by hitting a wall; eating your tail resets your length and makes you play again, however the previous snake now functions as a wall making the level smaller and smaller with each linked attempt.
Balance taking as little space as possible to maximize possible length of your Snake with leaving yourself a spacious level for the future.
Status | Released |
Platforms | Windows |
Author | Ness (She/her) |
Tags | 2D, Cult Classic, Top-Down |
Download
Download
ClaustroSnake.py 7.8 kB
Install instructions
Game requires a working Python interpreter.
https://www.python.org/downloads/
As well as installed Pygame library. After installing interpreter try using one of these commands in your CMD:
- py -m pip install pygame
- pip install pygame
Leave a comment
Log in with itch.io to leave a comment.