https://github.com/srcnalt/lowrezjam2020
https://github.com/srcnalt/lowrezjam2020
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srcnalt/lowrezjam2020
- Owner: srcnalt
- Created: 2020-08-02T21:38:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T16:00:32.000Z (about 4 years ago)
- Last Synced: 2025-02-28T08:29:39.004Z (4 months ago)
- Language: Lua
- Size: 43.2 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 - SkipIf 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)