This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
shade /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Wed Dec 17 01:23:38 -0800 2008 | |
| |
.gitignore | Mon Nov 17 20:08:07 -0800 2008 | |
| |
.project | Wed Sep 10 23:47:10 -0700 2008 | |
| |
LICENSE | Sun Dec 21 18:34:07 -0800 2008 | |
| |
README | Sat Sep 20 09:12:44 -0700 2008 | |
| |
build.xml | Thu Dec 18 22:32:49 -0800 2008 | |
| |
lib/ | Mon Feb 23 01:26:51 -0800 2009 | |
| |
res/ | Sun Feb 22 22:56:21 -0800 2009 | |
| |
script/ | Tue Dec 30 22:49:47 -0800 2008 | |
| |
src/ | Sat Feb 28 15:49:29 -0800 2009 |
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







