https://github.com/avdaredevil/flappy-shell
Flappy Bird for PowerShell!! With my updated compiler, no dependencies needed! Just Run the code!
https://github.com/avdaredevil/flappy-shell
console console-game flappy-bird game powershell
Last synced: 3 months ago
JSON representation
Flappy Bird for PowerShell!! With my updated compiler, no dependencies needed! Just Run the code!
- Host: GitHub
- URL: https://github.com/avdaredevil/flappy-shell
- Owner: avdaredevil
- License: mit
- Created: 2015-05-10T10:24:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T05:41:58.000Z (over 3 years ago)
- Last Synced: 2023-09-02T07:22:59.806Z (almost 2 years ago)
- Topics: console, console-game, flappy-bird, game, powershell
- Language: PowerShell
- Size: 32.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Shell
> Flappy Bird for PowerShell!! Now you can bring your guilty pleasure game right into your shell!## Screenshots
>
#### Sample Flight:
## Usage
>
```PowerShell
.\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)
- `./Flappy-Shell.ps1`*``*