Skip to content

Commit

Permalink
Add support for multiple bullets.
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Aug 11, 2012
1 parent bdb64d2 commit d33186a
Show file tree
Hide file tree
Showing 35 changed files with 2,979 additions and 25 deletions.
7 changes: 7 additions & 0 deletions ghost-safety-squad/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.pyc
.dropbox
*.kate-swp
images/art
sound/raw
sound/beginning animation
builds
40 changes: 40 additions & 0 deletions ghost-safety-squad/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Code
====================================
by Daniel Kinsman
Ghost Safety Squad, a video game
Copyright (C) 2012 Daniel Kinsman

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Art
====================================
by Natasha de Bakker and Rebecca Knight
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Australia License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/au/
or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.


Music
====================================
by Nathan "Derris-Kharlan" Antony
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Australia License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/au/
or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

Font
====================================
profaisal-eliteriqav1-0
Original by Jamil-ur-Rahman and Astigmatic, Merged by Faisal Abbas
http://openfontlibrary.org/en/font/profaisal-eliteriqav1-0
MIT Licence (http://opensource.org/licenses/mit-license.php)
Binary file added ghost-safety-squad/Profaisal-EliteRiqaV1.0.ttf
Binary file not shown.
31 changes: 31 additions & 0 deletions ghost-safety-squad/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Ghost Safety Squad. It's a game!

Made by Daniel Kinsman, Natasha de Bakker, Rebecca Knight and Nathan "Derris-Kharlan" Antony.
See LICENCE file for details.

Made in 2 and a bit days at tigjam australia 2012.

You are a ghost.
Move around with WSAD or the arrow keys (up down left right).
Possess people with the spacebar.
Try to save them from getting killed.

-==Installation and running==-
Linux:
Install python and pygame (e.g. sudo apt-get install python pygame)
Run game.py (./game.py)

Mac OSX:
Not sure as I don't have a mac.
Make sure your version of python is up to date (need version at least 2.7.x)
Then try installing pygame from http://www.pygame.org/download.shtml
Then run game.py

Windows:
Unzip the zip file and run game.exe
(Make sure you are using the prepackaged windows binary
from http://github.com/DanielKinsman/ghost-safety-squad-tigjamau/downloads)

Have fun!

danielkinsman+gss@gmail.com
Loading

0 comments on commit d33186a

Please sign in to comment.