Skip to content

Commit

Permalink
0.1.0 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parameterized committed Jan 1, 2019
1 parent 6b751d8 commit f419fdf
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# tier

# Tier

Open World RPG

*Current version: 0.1.0*<br>
*Uses Love2D version 11.1.0*

![](https://i.imgur.com/rF9idF9.png)

## Running
Windows builds can be found on the [releases](https://github.com/parameterized/tier/releases) page

Instructions for running Love2D games from source can be found [here](https://love2d.org/wiki/Getting_Started)
If you're on Windows, the easiest way to run is to drag the folder containing main.lua onto either love.exe or a shortcut to love.exe (C:\\Program Files\\LOVE\\love.exe)

## Controls
- WASD to move
- Left Shift to sprint
- Left Mouse Button to attack
- Right click to transfer item
- Shift-click or double-click to use item
- E to interact
- Enter to open chat
- Tab to toggle inventory
- M to toggle map
- L to toggle levels/stats
- F1 to toggle debug info

0 comments on commit f419fdf

Please sign in to comment.