-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b751d8
commit f419fdf
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
|
||
 | ||
|
||
## 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 |