Flappy Bird for PowerShell!! With my updated compiler, no dependencies needed! Just Run the code!
PowerShell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Flappy-Shell.ps1
LICENSE
README.md

README.md

Flappy Shell

Flappy Bird for PowerShell!! Now you can bring your guilty pleasure game right into your shell!

Screenshots

Sample Flight:

image

Usage

.\Flappy-Shell.ps1 [-Trail]
  • Will draw a game to match the dimensions of the console window
  • Trail mode is for debugging to see where the bird has been throughout the duration of the game
  • Note: If you've never run PowerShell Scripts before refer to Setup PowerShell Section Below

Features

  • Color Scheming
  • Level Making
  • High Score
  • Obstruction Creation
  • Game-Console and Score count
  • Attempting Multi-Threaded Model!
  • Restore Console Properties upon Close

Commands

Key Code Usage
q,x,ESC Quit Game
,W,num8 Flap Wings
,A,num4 Move Left [Cheat Code]
,D,num6 Move Right [Cheat Code]
f12 Full Screen
f5 Refresh view [fast]

Set Up PowerShell [If you've never run a script in PowerShell]

  • Open PowerShell with Admin Access
  • Run Set-ExecutionPolicy Bypass
  • This allows scripts to be run in PowerShell
  • cd to the Folder where you downloaded/cloned Flappy-Shell.ps1
  • ./Flappy-Shell.ps1<arguments>