You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e337f40165 | 4 years ago | |
---|---|---|
animaciones | 4 years ago | |
fuentes | 4 years ago | |
funciones | 4 years ago | |
fx | 4 years ago | |
imagenes | 4 years ago | |
musica | 4 years ago | |
rooms | 4 years ago | |
README.md | 4 years ago | |
conf.lua | 4 years ago | |
main.lua | 4 years ago |
README.md
dev_vs_sys
Una aventura conversacional escrita en Lua. En desarrollo.
Requisitos: Love 0.11.2
Compilar Love 0.11.2 en Debian 9
# apt-get install build-essential automake libtool libphysfs-dev # apt-get install libsdl1.2-dev libopenal-dev liblua5.1-0-dev libdevil-dev libmodplug-dev # apt-get install libfreetype6-dev libmpg123-dev libvorbis-dev libmng-dev libxpm-dev # apt-get install libxcursor-dev libxxf86vm-dev libtheora-dev libluajit-5.1-dev # apt-get install liblua5.2-dev liblua5.3-dev lua5.1 lua5.2 lua5.3 libsdl-gfx1.2-dev libsdl2-dev $ wget "https://bitbucket.org/rude/love/downloads/love-11.2-linux-src.tar.gz" $ tar xfvz love-11.2-linux-src.tar.gz $ cd love-11.2/ $ ./configure --with-lua=lua $ make # make install
Clonar repositorio y ejecutar el juego
$ git clone https://github.com/fantalavapies/dev_vs_sys/ $ cd dev_vs_sys $ love .
Un poco de información sobre como jugar
Para ir al norte se puede escribir "ir al norte", "norte" o simplemente n. Lo mismo para sur, este y oeste. De esa forma te mueves por diferentes salas.