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

https://github.com/srcnalt/lowrezjam2020


https://github.com/srcnalt/lowrezjam2020

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Landlord

### [**Game page**](https://sarge.itch.io/landlord)

This is a submission to [LOWREZJAM 2020](https://itch.io/jam/lowrezjam-2020/rate/731640) [64x64 pixel games]

Landlord is a 2D First Person View Dungeon Crawler-like Action Horror game with monsters, knights and castles.

### Story

For the recognition of his success the knight is awarded by the king with a castle, and he is a lord now.

However the castle is full of monsters and evil creatures, he first needs to clean this place.

### Controls

- A or Left Arrow Key - Attack
- D or Right Arrow Key - Defend
- W or Up Arrow Key - Walk Forward
- S or Down Arrow Key - Walk Backwards
- X or Space - Skip

If web version controls are acting funky play with WASD buttons or on fullscreen mode.

## Install instructions
You can install the game on you machine or just play it in a [web version](https://sarge.itch.io/landlord)

### Windows

* Extract files from [build/Landlord_Win64.zip](https://github.com/srcnalt/LowRezJam2020/blob/master/build/Landlord_Win64.zip).
* Run Landlord.exe

### MacOSX
* Extract app from [build/Landlord_MacOSX.zip](https://github.com/srcnalt/LowRezJam2020/blob/master/build/Landlord_MacOSX.zip) file.
* Run Landlord.app

### Linux
For linux you need to install [love framework](https://love2d.org/). You can do it with ppa if you are on Ubuntu:
```sh
sudo add-apt-repository ppa:bartbes/love-stable
sudo apt-get update
sudo apt-get install love
```
Then download [love file](https://github.com/srcnalt/LowRezJam2020/blob/master/build/Landlord_Love2D.love) and run it with
```sh
/usr/bin/love Landlord_Love2D.love
```

## Credits

* Ferhat Tanman - Art - [Artstation](https://www.artstation.com/ferotan)
* Eugenia Cheskidova - Art - [Github](https://github.com/fogside)
* Sercan Altundas - Programming - [Github](https://github.com/srcnalt)
* Emre Aydin - Music - [Soundcloud](https://soundcloud.com/santuriethemefendi)