Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpenaranda committed Apr 11, 2012
1 parent 5bf85e0 commit 1c98c9b
Show file tree
Hide file tree
Showing 16 changed files with 715 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="C:/Users/Nick/src/slick/lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="C:/Users/Nick/src/slick"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Nick/src/slick/lib/natives-linux.jar"/>
<classpathentry kind="lib" path="C:/Users/Nick/src/slick/lib/natives-mac.jar"/>
<classpathentry kind="lib" path="C:/Users/Nick/src/slick/lib/natives-win32.jar"/>
<classpathentry kind="lib" path="C:/Users/Nick/src/slick/lib/slick.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./bin
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Kokgee</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added res/block_set.wav
Binary file not shown.
Binary file added res/clear_x1.wav
Binary file not shown.
Binary file added res/clear_x2.wav
Binary file not shown.
Binary file added res/clear_x3.wav
Binary file not shown.
Binary file added res/clear_x4.wav
Binary file not shown.
Binary file added res/x1.sfs
Binary file not shown.
Binary file added res/x2.sfs
Binary file not shown.
Binary file added res/x3.sfs
Binary file not shown.
Binary file added res/x4.sfs
Binary file not shown.
Binary file added res/you_lose.wav
Binary file not shown.
Loading

0 comments on commit 1c98c9b

Please sign in to comment.