-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
18 additions
and
15 deletions.
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,23 +1,26 @@ | ||
golflike | ||
======== | ||
|
||
# golflike | ||
For those who like their golf *procedurally generated*. | ||
<p align="center"> | ||
<img width="693" height="385" src="https://i.imgur.com/bcsGrSo.png"> | ||
</p> | ||
|
||
**golflike** is an attempt at making a coffee-break golf-themed roguelike. It | ||
features a randomly generated 9-hole course, with three different environment | ||
themes. Games are very short, mostly taking less than ten minutes. | ||
|
||
**Very much a WIP**. | ||
|
||
Requirements | ||
------------ | ||
From luarocks: | ||
- lcurses | ||
- date | ||
- forma | ||
- 30log | ||
**Very much a WIP** | ||
|
||
Best played in an 81x24 terminal. | ||
Getting the game | ||
---------------- | ||
|
||
Getting running | ||
--------------- | ||
**golflike** can be played either in a terminal or as a Löve application. | ||
Note the terminal version uses the standard 16-colour palette of your terminal. | ||
|
||
Terminal **golflike** can be obtained via LuaRocks: | ||
|
||
```Shell | ||
lua(jit) main.lua | ||
luarocks install golflike | ||
``` | ||
|
||
Löve **golflike** can be downloaded from the releases page. |