Skip to content

js13kGames/hdd-liberator

 
 

Repository files navigation

HDD Liberator

HDD Liberator is a game for JS13K 2021. The game takes only 7580 bytes, compressed!

You can see the compressed zip file on the GitHub releases page: Version 1.0.0.

Screenshot of game, showing the first level

You remember the old days. 1.44 MB floppy disks. 2400 baud modems crawling across the screen, line by line.

You gave them terabytes in a single drive, exabytes in the cloud, and fiber-optic networks.

It’s never enough.

See JS13KGames.

Building

Requirements: Bazel, NPM. Bazel and NPM will both fetch what they need in order to run. This includes Go and Java toolchains... be warned.

$ npm install
$ bazel run -c opt //build/devserver

Or,

$ npm install
$ bazel run -c opt //build/archive

Running Tests

$ npm run test

Packages

No packages published

Languages

  • Go 43.9%
  • JavaScript 37.6%
  • Python 7.7%
  • Java 5.1%
  • Starlark 4.3%
  • CSS 1.1%
  • HTML 0.3%