An open API service indexing awesome lists of open source software.

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

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 arrow

debug mode: shift + meta + d