AhmedYAbbas / Text-Invaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Invaders

Welcome to the repository for Text Invaders, ​a classic text-based space invaders game written entirely in C++ using PDCurses.

Features

  1. Aliens in different rows have different scores.
  2. Mystery UFO.
  3. Destructable shields.
  4. Aliens move sideways and when they hit the sides they move one row down.
  5. Aliens move faster when destroyed or each time they move downwards.
  6. Each level, aliens start one row lower than the previous level.
  7. If the aliens reach the bottom of the screen, the game ends.
  8. Aliens drop bombs (max 3 bombs), and the player could only 1 missile at a time (they do not collide).
  9. Player and aliens animations.
  10. Intro, gameplay, gameover, and highscore screens.
  11. Highscore leaderboard. (save/load system).
  12. etc...

About


Languages

Language:C++ 99.7%Language:C 0.3%