Skip to main content

Spaceace

An endless space shooting game with a high score. 

Destroy the blue ships for extra points.


chavdar
(chabuduo)

A small game made to teach myself some pygame concepts.

*COMMANDS:

arrow keys to move

right arrow to start or quit game

f - to fire

s - speed and shields

**Executable made by this tutorial: http://www.pygame.org/wiki/Pygame2exe

written in python 2.7 with pygame.

compressed with 7zip.

** If you have a cool idea for a ship, you can replace the PNG file 'ship.png' with another PNG image (has to be PNG format) and maybe share if you want.

*** You can edit the highscore in the .txt file 'high_score.txt' (current one is mine)

Changes

Links

Home Page
http://www.pygame.org

Releases

Spaceace 1.4 — 14 Sep, 2012

Pygame.org account Comments

  • dude 2013-05-13 05:18

    http://www.youtube.com/watch?v...

  • gooby 2013-07-06 16:29

    chris you beta

  • jovenbarola 2014-02-06 02:27

    very nice

  • Caleb 2014-04-16 13:00

    This program you made is certainly okay. But your code is very;.... very.. sloppy.... You really need to label certain parts of the code. That's because i'm having a very difficult time trying to read and figure out the parts of your program. Also, try using better variables that make more sense! In addition, space out your code neatly and put comments on certain parts like I said above. I'm not saying your program is trash, but it's more sloppy and confusing to not only me, but other Python programmers as well!