Skip to content

Commit 6a11bea

Browse files
committed
Update README.md with installation instruction
1 parent 7ab4e76 commit 6a11bea

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@ k3towdef
22
========
33
K3towdef is a small tower defense game written entirely in lua using the framework [löve](https://love2d.org/).
44

5-
To play it you just need to have löve installed and run :
5+
Installation
6+
============
7+
GNU/Linux
8+
---------
9+
You will need to have the adequate version of löve installed (0.9 on the last release). You can then download the `k3towdef.love` file from the last release and run:
610

711
love k3towdef.love
8-
9-
1012

13+
Alternatively, you can also clone the repository and use:
1114

15+
love k3towdef.love
16+
17+
`k3towdef.love` being here the repository containing the sources instead of the zipped release.
1218

19+
Windows
20+
-------
21+
On Windows, you need to download the `k3towdef-win32` zip file of the last release. Then unzip it and run the `k3towdef.exe` executable to run the game.
1322

1423
===
1524
This little game has been made made by four student of the _INSA de Rouen_, a French engineering school, during their second year of _classe préparatoire_.

0 commit comments

Comments
 (0)