An open API service indexing awesome lists of open source software.

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

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.