Logo
Scripts For Your Blog/Website

≡ ▲

Akari

Minimal Example:

<!DOCTYPE HTML>
<html>
<head>
 <script src="https://www.janko.at/Scripts/Puzzle.js" type="text/javascript"></script>
 <script src="https://www.janko.at/Scripts/Akari.js" type="text/javascript"></script>
</head>
<body>
<div id="data" style="display: none;">
begin
unit 30
size 10
problem
3 6 1 7 3 - - 3 1 -
- - - - - - - - 2 -
- 1 - - - - - 4 1 -
- 6 - - - - - - - -
- 7 - - 4 6 - 1 2 -
- 1 4 - 7 6 - - 3 -
- - - - - - - - 2 -
- 3 2 - - - - - 3 -
- 1 - - - - - - - -
- 6 4 - - 2 1 3 4 4
solution
3 6 1 7 3 2 3 3 1 -
3 6 6 7 3 2 3 2 2 3
3 1 6 7 3 4 6 4 1 3
2 6 6 7 4 4 6 4 4 4
2 7 7 7 4 6 6 1 2 2
6 1 4 4 7 6 3 3 3 1
6 3 3 4 7 6 7 2 2 3
6 3 2 4 7 7 7 7 3 3
6 1 2 1 4 2 3 3 4 4
6 6 4 4 4 2 1 3 4 4
end
</div>
<script>new Akari().run("data");</script> 
</body>
</html>

Problem description:

 

Solution description: