fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
20 stars 4 forks source link

feat(HelpText): Describe --seed runtime option #171

Closed iegik closed 2 years ago

iegik commented 2 years ago

There was no --seed runtime option in --help text Also added "Quick Launch Game (seed -32768)" option in launch.json

For #170