https://github.com/konradlinkowski/filenotfound
Game made for js13kgames 2020
https://github.com/konradlinkowski/filenotfound
game js13kgames
Last synced: about 1 month ago
JSON representation
Game made for js13kgames 2020
- Host: GitHub
- URL: https://github.com/konradlinkowski/filenotfound
- Owner: KonradLinkowski
- License: mit
- Created: 2020-08-16T16:06:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T20:50:50.000Z (over 4 years ago)
- Last Synced: 2025-01-26T19:51:23.491Z (3 months ago)
- Topics: game, js13kgames
- Language: JavaScript
- Homepage: https://konradlinkowski.github.io/FileNotFound/
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileNotFound
Simple JavaScript game made for [js13kgames 2020](https://js13kgames.com/)## Play
You can play the game [here](https://konradlinkowski.github.io/FileNotFound/).## Local installation
You can clone the repo (or download it as zip) and open [index.html](index.html) in the browser.Or use yarn / npm if you want the live reload.
```bash
yarn && yarn start
```## Licence
FileNotFound is [MIT](LICENCE) licenced.