Skip to content

Powershell 2019 PowerSpace - A just for fun Powershell module in from of a little space shooter to learn object-oriented scripting.

Notifications You must be signed in to change notification settings

LukasVoeller/2019_PS_PowerSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS_2019_PowerSpace

A PowerShell script made just for fun. It creates the illusion of a scrolling space background. The whole purpose of this script ist to get the hang of it get a first feel for the object-oriented scripting. The script can be tested as described next.

Installation

1. Copy the files in the following dircetory:
  C:\Users\Documents\WindowsPowerShell\Modules\PowerSpace

2. Check if the path is registred Eviroment path by using:
  $Env:PSModulePath
  
3. Import the module by using:
  Import-module -name PowerSpace
  
4. Finally set the Execution policy scope to your local machine:
  Set-ExecutionPolicy RemoteSigned

5. Start the script with:
  Start-PowerSpace

Images

About

Powershell 2019 PowerSpace - A just for fun Powershell module in from of a little space shooter to learn object-oriented scripting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published