Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.32 KB

README.rst

File metadata and controls

60 lines (36 loc) · 1.32 KB

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 arrow

debug mode: shift + meta + d