js13k-2018
A 2D platformer created for js13kGames 2018
File Explorer
Download Latest Version (.zip)- build
- onoff.otf
- onoff.sketch
- onoff_font.sketch
- onoff_theme.m4a
- bar.js
- body.js
- controls.js
- counter.js
- create.js
- dimensions.js
- editor.js
- goal.js
- guy.js
- keys.js
- levels.js
- sleep.js
- sound.js
- spikes.js
- tinymusic.js
- title.js
- .gitignore
- editor.html
- editor.js
- index.html
- index.js
- LICENSE
- package-lock.json
- package.json
- postcss.config.js
- README.md
- styles.css
# Installation Guide
1. Get the code
git clone https://github.com/starzonmyarmz/js13k-2018
Downloads the entire project code from GitHub to your computer.
cd js13k-2018
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
