Skip to content

js13kGames/the-lost-scroll-of-kardoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost

A js13k entry. http://2017.js13kgames.com

Playing

Building

Install node.js if you don't have it already.

Install the uglifyjs and http-server node.js packages:

npm install uglify-js -g npm install http-server -g

To build the game, run the mkdist.sh shell command; it takes an optional --serve (or --server) argument which, if provided, will launch a http-server instance. Open http://localhost:8080/ to play the game

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.6%
  • HTML 8.5%
  • CSS 6.3%
  • Shell 1.6%