Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
msaad1999 committed Jun 17, 2018
0 parents commit cf14cc9
Show file tree
Hide file tree
Showing 165 changed files with 3,315 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Project---LOST
3 changes: 3 additions & 0 deletions applet.policy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grant {
permission java.security.AllPermission;
};
73 changes: 73 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="LOST" default="default" basedir=".">
<description>Builds, tests, and runs the project LOST.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="LOST-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions build/classes/aaaaa/Enemy.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
aaaaa.Heliboy
aaaaa.Enemy
Binary file added build/classes/backButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/bg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/bg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/bulletl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/bulletr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/credits1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/creditsButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/r0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/r1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/r2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/crouch/r3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/deathimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/exit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/grasstop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/guideButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/guideback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/guidefront.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/heliboy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/heliboy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/heliboy2l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/classes/heliboyl.png
Binary file added build/classes/intro1.png
Binary file added build/classes/introButton.png
Binary file added build/classes/introback.png
Binary file added build/classes/introfront.png
Binary file added build/classes/jumpedl.png
Binary file added build/classes/jumpedr.png
Binary file added build/classes/logo.png
29 changes: 29 additions & 0 deletions build/classes/map1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
! Level 1
! # = Tile Legend
! 2 = Grass Top
! 3 = Tile Dirt
! 4 = TileStone
! 5 = Tree
! 6 = Tile Rock
!___________________________________________________MAP_____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
3 333333333333333333333333333333333333333333333333333333333333333333333333 6
3 3333333333333333333333333333333333333333333 33 6
3 33333333333333333333333333333333333333 33 6
3 33333333333333333333333333333333 33 6 6
2 3 3333333333333333333333333 33 666666 6
5 23 35 333333333333333333 33333333333333 33 6666 6
2 2 3 3 5 333333333333 33333333333333333 335 6 666 65 6 5
6 3 3 3 3 33333333333333333333 33 666 6 6
22 2 6 3 3 3 3 33333333333333333333333 33 6 666666
2222 2 3 6 3 3 3 3 2 22222222222 333333333333 332 6 6
222222 2 3 3 6 3 3 3 3 23 3 333333333333333 3332 6 6
22222222 22222222222 3 3 3 6 3 3 3 3 2233 3 222222222222222 333333333333333333333333333333333333 333322 6 6
4 * 2222222222 22 3 3 3 3 6 3 3 3 3 3 3 3 33333333333333333333333333333333333333 33333322 666666 6
2 4 222222222222 222222222222 3 3 3 3 6 3 3 3 3 333 3 3 3333333333333333333333333333333333333333 3333333333333333333333322 6 6
3 4 222333333333333222 22222222222222 33333 3 3 3 6 3 3 3 2 3 3 3 333333333333333333333333333333333333333333 236
3 4 23333333333333333332 2222222222222222 3 3 3 3 6 3 3 3 23 333 3 3 * 33333333333333333333333333333333333333333333 2336
3 4 2333333333333333333332 222222222222222222 22 3 3 3 3 6 3 3 3 3 3 3 3 66666666666666666666666666666666666 3333333333333333333333333333333333333333333333 23336
3 4 *3333333333333333333333 * 22222222222222222222 33 3 3 3 3 6 3 3 3 *223 333 3 3 3 3 333333333333333333333333333333333333333333333333 * 233336
322222222222222222222222 22222223333333333333333333333222222 22 22 22 22 22 222 22 222222222222222222222222222222222222222222233 3 3 3 3 6 3 3 3222222222222222222333 3 3 3 3 3 2222222222222223333333333333333333333333333333333333333333333332222222222222222222222222222222222333336 66 66666666666666666666666666
333333333333333333333333 33333333333333333333333333333333333 33 33 33 33 33 333 33 333333333333333333333333333333333333333333333 3 3 3 3 6 3 3 3333333333333333333333 3 3 3 3 3 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333336 666666666666666666666666666666666666 33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Binary file added build/classes/menu.png
Binary file added build/classes/menuButton.png
Binary file added build/classes/play.png
Binary file added build/classes/playagainButton.png
Binary file added build/classes/teamlogo.png
Binary file added build/classes/tiledirt.png
Binary file added build/classes/tilerock.png
Binary file added build/classes/tilestone.png
Binary file added build/classes/tiletree.png
Binary file added build/classes/walk/0.png
Binary file added build/classes/walk/1.png
Binary file added build/classes/walk/10.png
Binary file added build/classes/walk/11.png
Binary file added build/classes/walk/2.png
Binary file added build/classes/walk/3.png
Binary file added build/classes/walk/4.png
Binary file added build/classes/walk/5.png
Binary file added build/classes/walk/6.png
Binary file added build/classes/walk/7.png
Binary file added build/classes/walk/8.png
Binary file added build/classes/walk/9.png
Binary file added build/classes/walk/walk-r (1).png
Binary file added build/classes/walk/walk-r (10).png
Binary file added build/classes/walk/walk-r (11).png
Binary file added build/classes/walk/walk-r (12).png
Binary file added build/classes/walk/walk-r (2).png
Binary file added build/classes/walk/walk-r (3).png
Binary file added build/classes/walk/walk-r (4).png
Binary file added build/classes/walk/walk-r (5).png
Binary file added build/classes/walk/walk-r (6).png
Binary file added build/classes/walk/walk-r (7).png
Binary file added build/classes/walk/walk-r (8).png
Binary file added build/classes/walk/walk-r (9).png
Binary file added data/backButton.png
Binary file added data/bg1.png
Binary file added data/bg2.png
Binary file added data/bulletl.png
Binary file added data/bulletr.png
Binary file added data/credits.png
Binary file added data/credits1.png
Binary file added data/creditsButton.png
Binary file added data/crouch/1.png
Binary file added data/crouch/2.png
Binary file added data/crouch/3.png
Binary file added data/crouch/4.png
Binary file added data/crouch/r0.png
Binary file added data/crouch/r1.png
Binary file added data/crouch/r2.png
Binary file added data/crouch/r3.png
Binary file added data/deathimg.png
Binary file added data/exit.png
Binary file added data/grasstop.png
Binary file added data/guideButton.png
Binary file added data/guideback.png
Binary file added data/guidefront.png
Binary file added data/heliboy.png
Binary file added data/heliboy2.png
Binary file added data/heliboy2l.png
Binary file added data/heliboyl.png
Binary file added data/intro1.png
Binary file added data/introButton.png
Binary file added data/introback.png
Binary file added data/introfront.png
Binary file added data/jumpedl.png
Binary file added data/jumpedr.png
Binary file added data/logo.png
Loading

0 comments on commit cf14cc9

Please sign in to comment.