valos/Isolus
1
0
Fork
You've already forked Isolus
0
A two-player abstract strategy board game based
  • JavaScript 52.6%
  • CSS 39.2%
  • HTML 8.2%
Find a file
2014年12月16日 10:14:19 +01:00
css first commit 2014年12月16日 01:50:25 +01:00
img first commit 2014年12月16日 01:50:25 +01:00
js Cleanup 2014年12月16日 10:14:19 +01:00
lib first commit 2014年12月16日 01:50:25 +01:00
sfx first commit 2014年12月16日 01:50:25 +01:00
app.html first commit 2014年12月16日 01:50:25 +01:00
LICENSE first commit 2014年12月16日 01:50:25 +01:00
manifest.webapp first commit 2014年12月16日 01:50:25 +01:00
README.md Cleanup 2014年12月16日 10:14:19 +01:00

Isolus

A two-player abstract strategy board game based on Isola written in pure HTML5 (canvas, audio elements, data storage) + JavaScript (jQuery, Underscore, Sisyphus, Crafty).

Rules

The goal of the game is to block the opponent by destroying all the squares which surround him before being blocked yourself.

The board initially contains squares.

Each of the two players has one piece.

To begin, each player places his piece.

Next, each turn of play is composed of two actions:

  • moving his piece to a neighboring (horizontally, vertically, or diagonally) position that contains a square but not the opponent's piece
  • removing any square with no piece on it.

Licensing

  • Isolus → AGPLv3
  • Building-Blocks → Apache License v2.0
  • Crafty → MIT or GPL
  • jQuery → MIT
  • Sisyphus → MIT