DiskJunky

Results 4 issues of DiskJunky

* Added to `.gitignore` to ignore the generated files by `parcel` * Fixed build error with missing `module` attribute for the main `script` tag * Fixed breaking changes for the...

Missing packages required to build; * `npm install parcel` (required server to run the game - ##note:## see Additional Notes first if running on Windows) * `npm install parcel-bundler` (required...

**Note:** I cannot get *correct* unencrypted data, the unpacked data is still garbled. This issue is that the unzip logic executes successfully with an incorrect password. ### Steps to reproduce...

I've been looking through some of the csharp versions and some lump all the code into a single `Program.cs` file. While this works, and indeed, is how the originals are...