Audio (97) Datatype (15) Demo (50) Development (247) Document (63) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (62) Office (21) Utility (250) Video (18)
Total files: 1679
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Spacejunk is a game about traveling in 2D planetary systems.
The player must collect garbage which is drifting in space by
navigating through the gravitational fields of planets and
stars.
More information about spacejunk (including complete source code)
can be found at
http://spacejunk.sourceforge.net
--
The Spacejunk Team
Running
=======
Launch the application spacejunk found in the same folder than
this file.
You can run the game in fullscreen mode by editing the file called
"config.txt" found in the same folder than this file. For that sake
change the line which reads:
fullscreen=no
to
fullscreen=yes
Though it is possible to change the default resolution at which
Spacejunk runs, we do not recommend doing so since the graphic quality
will decrease and the game may run slower.
License information
===================
Source code is distributed under the terms of the GNU General Public
License
Copyright (C) 2009 Facundo Dominguez
(see COPYING file in source distribution for the license text)
except for the following files which belong to other libraries
and are under their own licenses
(see source code distribution):
* src/gem-uta.h (libinfo/COPYING.LESSER)
* src/gem-uta.c (libinfo/COPYING.LESSER)
* src/SFont.h (libinfo/COPYING.LESSER)
* src/SFont.c (libinfo/COPYING.LESSER)
* files under the guichan/ folder (guichan/COPYING)
* files under sge/ folder (sge/LICENSE)
The image files in PNG format in data/art are distributed under the terms
of the Creative Commons Attribution-Noncommercial-Share Alike license.
Copyright (C) 2009 Fernando Picun <adam()mofo-d.com>
See http://creativecommons.org/licenses/by-nc-sa/3.0/
The sound files in OGG format in data/art are distributed under the terms
of the Creative Commons Attribution-Share Alike license.
Copyright (C) 2009 Mario Villar <hdigipro()yahoo.com>
See http://creativecommons.org/licenses/by-sa/3.0/
|