Tetris The Game Project Final /* version 1.1 - 19.10.2014 *\
To run this game and project files, Java version 1.7.0_64(at least) is required. *Do not delete or change locations of the contents in the folders.
###########################################################################################################
/// Miscellaneous folder:
- "EXE-Launch4J-cfg.xml" : The configuration that the JAR to EXE converter program was created.
- "InnoSetupWizard-isetup-5.5.5.exe" : The INNO setup wizard's setup.
- "launch4j-3.5-win32.exe" : The JAR to EXE converter program.
- "SetupScript.iss" : The setup script that the INNO wizard was created.
###########################################################################################################
/// Tetris Final folder:
- Contains actual Java project of the game.
###########################################################################################################
/// Tetris Setup folder:
- "tetris_setup.exe" : The setup of "Tetris The Game"
###########################################################################################################
/// Tetris The Game folder:
- This folder contains the converted EXE version of the game.
- The game in this folder should run properly.
###########################################################################################################
/// Tetris The Game RawJar folder:
- This folder contains the non-converted Jar version of the game.
- The game in this folder should run properly.
############################################################################################################
/// Tetris The Game RawJar folder:
- This folder contains the non-converted Jar version of the game.
- The game in this folder should run properly.
############################################################################################################
/// "tetris_finalProjectFile.zip" Archive:
- This archive contains the original project files.
- The archive should be imported directly to an java IDE (Eclipse Recommended).
- After the import, user should define java build path to the required libraries. (javazoom.jar - JRE7)
############################################################################################################