Skip to content

avdaredevil/Flappy-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

Flappy Bird for PowerShell!! With my updated compiler, no dependencies needed! Just Run the code!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published