Last updated 6 years ago
Note: As of v3.0, this no longer works. This issue is being tracked .
has made a PowerShell script to get the starter kit up and running with a single command. Go check it out !
PowerShell < 5.0:
PowerShell 5.0+:
PS> (new-object Net.WebClient).DownloadString('http://bit.ly/2z2QDJI') | iex; New-ScreepsTypeScriptSetup
PS> curl http://bit.ly/2z2QDJI | iex; New-ScreepsTypeScriptSetup