You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,23 @@ k3towdef
2
2
========
3
3
K3towdef is a small tower defense game written entirely in lua using the framework [löve](https://love2d.org/).
4
4
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:
6
10
7
11
love k3towdef.love
8
-
9
-
10
12
13
+
Alternatively, you can also clone the repository and use:
11
14
15
+
love k3towdef.love
16
+
17
+
`k3towdef.love` being here the repository containing the sources instead of the zipped release.
12
18
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.
13
22
14
23
===
15
24
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