https://github.com/ceccopierangiolieugenio/7drl-asnakeonaplane
7drl 2024 entry - A Snake on a Plane
https://github.com/ceccopierangiolieugenio/7drl-asnakeonaplane
7drl 7drl2024 ascii game gui procedural python terminal tui
Last synced: 3 months ago
JSON representation
7drl 2024 entry - A Snake on a Plane
- Host: GitHub
- URL: https://github.com/ceccopierangiolieugenio/7drl-asnakeonaplane
- Owner: ceccopierangiolieugenio
- License: mit
- Created: 2024-03-04T13:54:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T16:10:40.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:45:52.823Z (4 months ago)
- Topics: 7drl, 7drl2024, ascii, game, gui, procedural, python, terminal, tui
- Language: Python
- Homepage:
- Size: 542 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 7drl-ASnakeOnAPLane
7drl 2024 entry -
# A Snake🐍 on a Plane✈️ - The Roguelike
A game made with [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk/)
[itch](https://ceccopierangiolieugenio.itch.io/a-snake-on-a-plane)
https://github.com/ceccopierangiolieugenio/7drl-ASnakeOnAPLane/assets/8876552/f00dda52-458b-4322-a443-9837763a2d6e

You can play it [online](https://ceccopierangiolieugenio.itch.io/a-snake-on-a-plane)
or on a terminal:
```bash
# Clone the repo
git clone https://github.com/ceccopierangiolieugenio/7drl-ASnakeOnAPLane.git
# Run the game
python3 7drl-ASnakeOnAPLane/7drl/main.py
```