Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.67 KB

File metadata and controls

39 lines (27 loc) · 1.67 KB

How to Get This Working

I knocked this together for the presentation so it's very rough and ready.
Some pre-requisites are needed to get this working. If you run into any issues see getting help below.

✅ Pre-requisites

👟 Getting started

I wrote this during the demo, the game I created is in livedemo/.
To run the game you can use the following command:

git clone git@github.com:ShaunLawrie/PresentingGamingPowerShellForFunAndProfit
cd PresentingGamingPowerShellForFunAndProfit
cd livedemo
pwsh ./1-intro-to-scripts.ps1

To run the nokia snake game (this thing is a super-hack no judging when you see the source code 😂) you can use the following command:

git clone git@github.com:ShaunLawrie/PresentingGamingPowerShellForFunAndProfit
cd PresentingGamingPowerShellForFunAndProfit
cd example
Install-Module PwshSpectreConsole -Scope CurrentUser
pwsh ./Snake.ps1

👋 Getting Help

If you have an issues give me a yell on twitter @shaun_lawrie, discord @ShaunLawrie or raise an issue on the repo.

If you use discord check out the PowerShell Discord server, there are some really helpful people there.