https://github.com/brianbruggeman/lose-7drl
Land of Software Engineering - A 7drl entry
https://github.com/brianbruggeman/lose-7drl
7drl 7drl2017 rogue-like roguelike
Last synced: 2 months ago
JSON representation
Land of Software Engineering - A 7drl entry
- Host: GitHub
- URL: https://github.com/brianbruggeman/lose-7drl
- Owner: brianbruggeman
- License: apache-2.0
- Created: 2017-03-05T04:51:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T22:22:25.000Z (about 8 years ago)
- Last Synced: 2025-01-16T09:37:48.631Z (4 months ago)
- Topics: 7drl, 7drl2017, rogue-like, roguelike
- Language: Python
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========================
LOSE: A 7drl Entry for 2017
===========================The Land of Software Engineering
--------------------------------Armed with only a pocket protector and a single punch card, your
character finds itself within its own software and must eventually merge
with the machine or die trying. The Manager might stalk you, and the
newbie might slow you down, but beware of the gamer in disguised dressed
as a programmer giving false advice! The acolytes of software languages
will attempt to convert your character to follow the one true software
paradigm. There are spaces and tabs and missing semi-colons. Coffee is
the one true weapon (outside of the mountainous dew) for powering
through meetings, infinite recursion and race conditions.Installation
------------This is pip installable. Just clone the repo and then:
pip install -e .[all]
Recommendation: use a virtual-environment
pip install vex
vex -m --python python3 lose
pip install -e .[all]
Running
-------Once the game is installed, you should be able to run from the command-line:
lose
Additionally, there's some help for the command-line:
lose --help
Gameplay
--------Movement keys:
* up: up arrow
* down: down arrow
* left: left arrow
* right: right arrowdebug mode: shift + meta + d