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
aschearer (author)
Sat Feb 28 14:14:32 -0800 2009
commit  4f40c5b6cbc8232e0c5e80087302181bca38140c
tree    99a2bf889ace6a1636b613d7af8c65d2c5c6bd70
parent  dcb974940b31d1faf0cb309e00b841a37c65770e
shade /
name age message
file .classpath Loading commit data...
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/
directory res/
directory script/
directory src/
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