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 (
commit 4f40c5b6cbc8232e0c5e80087302181bca38140c
tree 99a2bf889ace6a1636b613d7af8c65d2c5c6bd70
parent dcb974940b31d1faf0cb309e00b841a37c65770e
tree 99a2bf889ace6a1636b613d7af8c65d2c5c6bd70
parent dcb974940b31d1faf0cb309e00b841a37c65770e
shade /
| name | age | message | |
|---|---|---|---|
| |
.classpath | ||
| |
.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/ | ||
| |
res/ | ||
| |
script/ | ||
| |
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








