brianbruggeman / lose-7drl

Land of Software Engineering - A 7drl entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Land of Software Engineering - A 7drl entry

License:Apache License 2.0


Languages

Language:Python 98.0%Language:Shell 2.0%