Skip to content

A Small Java Game, inspired by Space Invaders, started in High School. Picked up the remainings to create a mini-game.

R4YL0/SpaceInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders Project

This is a small Game project I started during highschool and the first year of university. It is somehat a combination of the classic Arcade Games 'Space Invaders' and 'Asteroids'

Elements

  • Mainship: This is your Spacecraft, you can fly up and down and strafe left and right with WASD. Shift accellerates the speed, Ctrl slows it down
  • Enemyships: Enemyships fly down the screen at a constant speed and shoot in a constant interval. If you get shot or crash into them, You'll lose.
  • Comets: Comets fall down with a randomized angle and speed. If you shoot them or it crashes with an Enemyship, it splits into two smaller comets which then get destroyed if either happens to them again.

Features

This game supports a scoring system and stores the Top 10 Scores to incentivize you to get a higher scores

About

A Small Java Game, inspired by Space Invaders, started in High School. Picked up the remainings to create a mini-game.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages