[7drl - 2024] - A Snake on a Plane
A Snake🐍 on a Plane✈️ - The Roguelike
7drl 2024 - entry
Find the snake on a plane in this thrilling game about a Snake and a Plane.
Have a lot of fun, and if you manage to do it, I am very curious to know how.
←↑↓→ or W A S D = Direction Space = Wait E = Action (climb/grab/interact) Use the mouse to aim, shot, or drag the map or change the weapon with the weel
Best played on (Linux) gnome-terminator using Nerd Fonts due to the amount of UTF-8 glyph used.
Library used pyTermTk
AsciiArt made with the "Dumb Paint Tool"
Sources: Github
7drl - Level 5 Issue
There is a bug on level 5,
Stepping on a Crap on this level is an instakill.
Beware the BUGS!!!
The fix has been pushed to Github and on the WebVersion
Font/Charset Issues:
This game use a lot of Symbols for Legacy Computing to draw the background and some effects. I noticed that those are glitchy on Windows, I managed to overcome them installing the latest Unifont.
Status | Released |
Platforms | HTML5, Windows, macOS, Linux |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | ceccopierangiolieugenio |
Genre | Survival |
Tags | 2D, Seven Day Roguelike Challenge, ar, ascii, Casual, Roguelike, Singleplayer, Text based |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse |
Links | Source code |
Download
Install instructions
From Github latest drop:
# Clone the repo git clone https://github.com/ceccopierangiolieugenio/7drl-ASnakeOnAPLane.git # Run the game python3 7drl-ASnakeOnAPLane/7drl/main.py
From Github 7drl quickfix release:
git clone https://github.com/ceccopierangiolieugenio/7drl-ASnakeOnAPLane.git -b 7drl_quickfix python3 7drl-ASnakeOnAPLane/7drl/main.py
From Github 7drl submitted release:
git clone https://github.com/ceccopierangiolieugenio/7drl-ASnakeOnAPLane.git -b 7drl python3 7drl-ASnakeOnAPLane/7drl/main.py
From the Tarball/Zip file:
# Unpack the archive tar xvf 7drl-day7.tgz # Run the game python3 7drl/main.py
Comments
Log in with itch.io to leave a comment.
Game Here:
Wow, Thanks.
Too bad the tiles are completely messed up, I'll be more careful next year 😸
It has been amazing this first 7drl experience and I learned a lot.