Skip to content

cielgoldenflame/Buffet-Bro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buffet-Bro

A Windows PowerShell Text-Game

A brief clip of the Title Screen:

A brief animation of the Title Screen

I created this game to increase my proficiency in Windows PowerShell.
This really helped me learn:

  • Functions
  • Switches
  • While Loops
  • If statements
  • Global Variables
  • String Manipulation
  • Progress Output

To Play

Download "Buffet Bro.ps1" and right click > Run with PowerShell
Answer the prompts with letters upper or lower case.

  • If it doesn't run you may have to change your Execution Policy
    • Get-ExecutionPolicy -List Will show your current policies.
    • Set-ExecutionPolicy -ExecutionPolicy Unrestricted Will allow you to run it.
    • If it still doesn't work you may have to use the -scope parameter with the appropriate scope.

Releases

No releases published

Packages

No packages published