Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions DOCUMENTACION/E-M.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
main.cpp \
mainwindow.cpp \
objeto.cpp \
pared.cpp \
particula.cpp \
personaje.cpp

HEADERS += \
mainwindow.h \
objeto.h \
pared.h \
particula.h \
personaje.h

FORMS += \
mainwindow.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

RESOURCES += \
I.qrc
340 changes: 340 additions & 0 deletions DOCUMENTACION/E-M.pro.user

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions DOCUMENTACION/E-MEDIEVAL.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
QT += core gui \
multimedia

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
main.cpp \
mainwindow.cpp \
objeto.cpp \
pared.cpp \
particula.cpp \
personaje.cpp \
sprite.cpp

HEADERS += \
mainwindow.h \
objeto.h \
pared.h \
particula.h \
personaje.h \
sprite.h

FORMS += \
mainwindow.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
IMAGENES.qrc \
IMAGENES.qrc
340 changes: 340 additions & 0 deletions DOCUMENTACION/E-MEDIEVAL.pro.user

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions DOCUMENTACION/I.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<RCC>
<qresource prefix="/I">
<file>I/MAINMENU.png</file>
<file>I/L1.jpg</file>
<file>I/PERSONAJE1.png</file>
<file>I/HIELO.png</file>
<file>I/ARENA.jpg</file>
<file>I/LAVA1.png</file>
<file>I/llave1.png</file>
<file>I/ENEMIGO.png</file>
<file>I/Door1.png</file>
<file>I/L7.png</file>
<file>I/L1.png</file>
<file>I/L3.jpg</file>
<file>I/ROCAS.png</file>
<file>I/N1.jpg</file>
<file>I/LN1.jpg</file>
<file>I/P1.png</file>
<file>I/H1.jpg</file>
<file>I/H2.png</file>
<file>I/H3.jpg</file>
</qresource>
</RCC>
34 changes: 34 additions & 0 deletions DOCUMENTACION/IMAGENES.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<RCC>
<qresource prefix="/IMAGENES">
<file>IMAGENES/ARENA.jpg</file>
<file>IMAGENES/black_stone.jpg</file>
<file>IMAGENES/BOLA DE FUEGO.png</file>
<file>IMAGENES/BOLADEMETAL.png</file>
<file>IMAGENES/Door1.png</file>
<file>IMAGENES/ENEMIGO.png</file>
<file>IMAGENES/HIELO FONDO.png</file>
<file>IMAGENES/HIELO.png</file>
<file>IMAGENES/ICE.png</file>
<file>IMAGENES/L1.jpg</file>
<file>IMAGENES/L2.png</file>
<file>IMAGENES/LADRILLOS.htm</file>
<file>IMAGENES/lanzador.png</file>
<file>IMAGENES/LAVA.png</file>
<file>IMAGENES/LLAVE.png</file>
<file>IMAGENES/llave1.png</file>
<file>IMAGENES/MAIN.png</file>
<file>IMAGENES/MAINMENU.png</file>
<file>IMAGENES/MENU.gif</file>
<file>IMAGENES/MENU1.gif</file>
<file>IMAGENES/MURO PIEDRA.png</file>
<file>IMAGENES/O1.jpg</file>
<file>IMAGENES/PERSONAJE1.png</file>
<file>IMAGENES/PERSONAJE2.png</file>
<file>IMAGENES/PisoPiedra.jpg</file>
<file>IMAGENES/pngocean.com (1).png</file>
<file>IMAGENES/rocas2.png</file>
<file>IMAGENES/SERPIENTE1 (1).png</file>
<file>IMAGENES/SERPIENTE2.png</file>
<file>IMAGENES/TOTEM ARENA.png</file>
</qresource>
</RCC>
21 changes: 21 additions & 0 deletions DOCUMENTACION/Juego/.qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 7
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 3
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
QMAKE_CXX.INCDIRS = \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed \
D:/QT/Tools/mingw730_64/x86_64-w64-mingw32/include
QMAKE_CXX.LIBDIRS = \
D:/QT/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0 \
D:/QT/Tools/mingw730_64/lib/gcc \
D:/QT/Tools/mingw730_64/x86_64-w64-mingw32/lib \
D:/QT/Tools/mingw730_64/lib
42 changes: 42 additions & 0 deletions DOCUMENTACION/Juego/E-M.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
main.cpp \
mainwindow.cpp \
objeto.cpp \
pared.cpp \
particula.cpp \
personaje.cpp

HEADERS += \
mainwindow.h \
objeto.h \
pared.h \
particula.h \
personaje.h

FORMS += \
mainwindow.ui

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

RESOURCES += \
I.qrc
Loading