Skip to content

js13kGames/compact-conflict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact Conflict

A minuscule risk-based strategy game created for JS13k 2014. Less than 13kB minified and zipped.

You can play it right here on Github.

The code

All the magic happens in erisk.js and index.html.

If you want to build your own minified versions, build.sh can hook you up, but it needs the following installed:

  • uglifyjs
  • htmlminifier

Both are modules on npm.

Thanks

Thanks go to:

  • Krzysztof Kula, for getting me to try JS13k, and for quality feedback throughout.
  • Adam Kwapiński and Tomasz Bylina for invaluable gameplay testing sessions.
  • All the kind folks at Schibsted Tech Polska who tested the game!