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.

StatusReleased
PlatformsWindows, macOS, Linux, HTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorceccopierangiolieugenio
GenreSurvival
Tags2D, Seven Day Roguelike Challenge, ar, ascii, Casual, Roguelike, Singleplayer, Text based
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
LinksSource code

Download

Download
7drl-day3.tgz 251 kB
Download
7drl-day4.tgz 264 kB
Download
7drl-day5.tgz 283 kB
Download
7drl-day6.tgz 286 kB
Download
7drl-day7.tgz 294 kB
Download
7drl-day9-CrapFix.tgz 294 kB

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

Leave a comment

Log in with itch.io to leave a comment.