Skip to content

npmiller/k3towdef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k3towdef

K3towdef is a small tower defense game written entirely in lua using the framework löve.

Installation

GNU/Linux

You will need to have the adequate version of löve installed. You can then download the k3towdef.love file from the last release and run:

love k3towdef.love

Alternatively, you can also clone the repository and use:

love k3towdef.love

k3towdef.love being here the repository containing the sources instead of the zipped release.

Android

K3towdef also runs on Android, you can get an apk on the releases page.

Windows

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.

=== This little game has been made made by four student of the INSA de Rouen, a French engineering school, during their second year of cycle préparatoire intégré.

Copyright (C) 2011/2012 Pierre Besson, Sami Boukortt, Nicolas Miller, Florian Paindorge

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.