https://github.com/depp/hdd-liberator
Game for JS13K 2021—liberate your files!
https://github.com/depp/hdd-liberator
demoscene game javascript js13kgames
Last synced: about 1 month ago
JSON representation
Game for JS13K 2021—liberate your files!
- Host: GitHub
- URL: https://github.com/depp/hdd-liberator
- Owner: depp
- Created: 2021-09-13T11:04:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T19:37:51.000Z (over 3 years ago)
- Last Synced: 2025-01-27T11:46:10.268Z (3 months ago)
- Topics: demoscene, game, javascript, js13kgames
- Language: Go
- Homepage:
- Size: 2.09 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HDD Liberator
HDD Liberator is a game for JS13K 2021. The game takes only 7580 bytes, compressed!
Play the game online: https://www.moria.us/demos/hdd-liberator/

> 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.JS13K 2021 entry: https://js13kgames.com/entries/hdd-liberator
GitHub release: [Version 1.0.0](https://github.com/depp/hdd-liberator/releases/tag/v1.0.0).
## 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.
```shell
$ npm install
$ bazel run -c opt //build/devserver
```Or,
```shell
$ npm install
$ bazel run -c opt //build/archive
```## Running Tests
```shell
$ npm run test
```