Skip to content

A simple terminal game inspired by the classic arcade game "Space Invaders"

Notifications You must be signed in to change notification settings

Boyazhang1/FlappyPlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Flappy Plane

A simple terminal based game inspired by the classic arcade game "Space Invaders", built in C++.

Usage

  1. Clone this repo
  2. Build the project by typing clang++ -std=c++17 -o game game.cpp into the terminal
  3. Expand your terminal to full screen
  4. Run ./game to start the game
  5. Follow the instructions presented in the terminal

Pictures

Screen Shot 2023-08-10 at 6 13 43 PM Screen Shot 2023-08-10 at 6 11 55 PM Screen Shot 2023-08-10 at 6 12 05 PM

About

A simple terminal game inspired by the classic arcade game "Space Invaders"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages