
Sacrifice This Game
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
This is a platformer game where you need to sacrifice features to make progress.
Unfortunately, the game is a bit cumbersome to install. You will need to have Python 3 on your computer with both Pyxel and NumPy. Click here for instructions on how to install Pyxel. NumPy should be in any Python package manager (e.g. pip).
Here's how to install and run the game in a virtual env. Thanks so much to @thomas-lacroix for that!
```bash
git clone [email protected]:xlambein/ldjam43.git
cd ldjam43
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install pyxel
python3 main.py
```
Start the game with `python main.py`. Play with the arrow keys. Tab opens a menu when in-game. Enter selects an item in menus.
Small advice: if you sacrifice the Rendering, press Tab, Down Arrow, and Enter, to open the menu and restart the level.
For some reason, Pyxel quits the game when you press Esc, so, don't do that :P
(spoiler: there are two "endings" to this game, depending on the choices of sacrifice you made)
Set Up
Unfortunately, the game is a bit cumbersome to install. You will need to have Python 3 on your computer with both Pyxel and NumPy. Click here for instructions on how to install Pyxel. NumPy should be in any Python package manager (e.g. pip).
Here's how to install and run the game in a virtual env. Thanks so much to @thomas-lacroix for that!
```bash
git clone [email protected]:xlambein/ldjam43.git
cd ldjam43
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install pyxel
python3 main.py
```
How To Play
Start the game with `python main.py`. Play with the arrow keys. Tab opens a menu when in-game. Enter selects an item in menus.
Small advice: if you sacrifice the Rendering, press Tab, Down Arrow, and Enter, to open the menu and restart the level.
For some reason, Pyxel quits the game when you press Esc, so, don't do that :P
(spoiler: there are two "endings" to this game, depending on the choices of sacrifice you made)