Skip to main content

Incursion

A simple scrolling shooter I made.


Christopher Robison
(SimplyCbroc)
This is a simple Space Invaders-esque game that I made in a few hours while messing around with parallax scrolling. It's incredibly buggy so play at your own risk. - CONTROLS - W - Move up S - Move down SPACE - Fire weapon D - Fire super weapon If enemies pass to the other side of the screen you will lose 10 points. Firing your weapon decreases your score by 1, and killing an enemy increases it by 4. The super weapon has a point penalty of 25 and decreases your health by 5. The game ends when your health reaches zero. - WARNING - My code is messy. I know. I'll read a style guide sometime.

Changes

Links

Home Page
https://sites.google.com/view/simplycbroc/home

Releases

Incursion Python 3.6.0, Pygame 1.9.4 — 24 Jun, 2019

Pygame.org account Comments

  • Bob the Big Boy ( ͡° ͜ʖ ͡°) 2019-06-24 18:11

    This is pretty good! Better than anything I've ever made anyway. The only suggestion I have is making the program allow the player the option to play again after dying, that way you don't have to rerun the program every time. Maybe this screen could show the player's score too? Nice game though.