public
Description: A 2d game written in Java with real time lighting as a central gameplay mechanic.
Homepage: http://github.com/aschearer/shade/wikis
Clone URL: git://github.com/aschearer/shade.git
shade /
name age message
file .classpath Wed Dec 17 01:23:38 -0800 2008 adding ibxm lib for music, updating build files. [aschearer]
file .gitignore Mon Nov 17 20:08:07 -0800 2008 removing swp file, updating gitigore [aschearer]
file .project Wed Sep 10 23:47:10 -0700 2008 adding Eclipse project information and structur... [aschearer]
file LICENSE Sun Dec 21 18:34:07 -0800 2008 Changing tot he MIT license. [aschearer]
file README Sat Sep 20 09:12:44 -0700 2008 updated build to streamline things further [aschearer]
file build.xml Thu Dec 18 22:32:49 -0800 2008 fixed manifest, webstart target, out-dated slickfx [aschearer]
directory lib/ Mon Feb 23 01:26:51 -0800 2009 updating slick jar's input field. [aschearer]
directory res/ Sun Feb 22 22:56:21 -0800 2009 updating icons. [unknown]
directory script/ Tue Dec 30 22:49:47 -0800 2008 fixing issues with failsafe score, it now works... [aschearer]
directory src/ Sat Feb 28 15:49:29 -0800 2009 fixing yet another little bug... [aschearer]
README
Shade -- A casual 2d game written in Java
    http://github.com/aschearer/shade/wikis

An ant file is included with this project. To get up and running please
follow these instructions.

Building Shade:

    ant build // compiles source code and creates shade.jar

Running Shade:

    ant run // executes shade.jar with necessary arguments

Cleaning:

    ant clean // removes bin/, webstart/, and shade.jar

Deploying Shade:

    ant webstart // creates a webstart to deploy to a server

This last one warrants some explanation. If you want to create a webstart
to host Shade on your website then you need to provide the url for your
server as well as a username and password to sign shade.jar. 

This will create a directory, webstart/, which contains all the necessary
files. Simply upload webstart/ to your server and navigate to:

    http://anotherearlymorning.com/webstart/shade.jnlp


Please see the wiki for all issues including but not limited to:

  + Building and running Shade
  + Contributing to Shade
  + Reporting bugs
  + Giving Feedback