forked from kennytm/pndopt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0cf52a9
Showing
14 changed files
with
1,677 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.swp | ||
*.swo | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "github-fork-ribbon-css"] | ||
path = github-fork-ribbon-css | ||
url = git://github.com/simonwhitaker/github-fork-ribbon-css.git |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
pndopt --- Puzzle & Dragons Optimizer | ||
===================================== | ||
|
||
 | ||
|
||
`pndopt` is a Javascript application to find an optimal path leading to a high-combo move in Puzzle & Dragons. | ||
|
||
Only use it in emergency ☺! | ||
|
||
*(Yes I knew there were [Big Combo](http://www.fonescience.com/bigcombo/) and [Path & Decision](http://pnd.cubeforge.net/), but the former is gone and I'm unsatisfied with the result of the latter.)* | ||
|
||
Usage | ||
----- | ||
|
||
1. Left or right click on an orb to select its type. | ||
2. Click "Solve" after completing the board. | ||
3. Choose one solution and see how it is performed. | ||
|
||
Requirements | ||
------------ | ||
|
||
* Firefox (version 19 or above). | ||
* Screen resolution of 1280×800 or above. | ||
|
||
It may work in other configurations but I don't guarantee it will work ☺. | ||
|
||
TODO | ||
---- | ||
|
||
* Introduce better solver (e.g. [this post](http://puzzleanddragonsforum.com/showthread.php?tid=1603&pid=6263#pid6263)). Currently it is just a brute-force greedy algorithm, which may not produce truly optimal result. | ||
* Resolve overlapping lines and points. | ||
* Simulate swapping and matching when playing the animation. | ||
* The default weight of the profiles may need to be adjusted. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Font license info | ||
|
||
|
||
## Meteocons | ||
|
||
Copyright (C) 2012 by Alessio Atzeni | ||
|
||
Author: Alessio Atzeni | ||
License: SIL (http://scripts.sil.org/OFL) | ||
Homepage: http://www.alessioatzeni.com | ||
|
||
|
||
## Entypo | ||
|
||
Copyright (C) 2012 by Daniel Bruce | ||
|
||
Author: Daniel Bruce | ||
License: SIL (http://scripts.sil.org/OFL) | ||
Homepage: http://www.entypo.com | ||
|
||
|
||
## Elusive | ||
|
||
Copyright (C) 2013 by Aristeides Stathopoulos | ||
|
||
Author: Aristeides Stathopoulos | ||
License: SIL (http://scripts.sil.org/OFL) | ||
Homepage: http://aristeides.com/ | ||
|
||
|
||
## Iconic | ||
|
||
Copyright (C) 2012 by P.J. Onori | ||
|
||
Author: P.J. Onori | ||
License: SIL (http://scripts.sil.org/OFL) | ||
Homepage: http://somerandomdude.com/work/iconic/ | ||
|
||
|
||
## Fontelico | ||
|
||
Copyright (C) 2012 by Fontello project | ||
|
||
Author: Crowdsourced, for Fontello project | ||
License: SIL (http://scripts.sil.org/OFL) | ||
Homepage: http://fontello.com | ||
|
||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Submodule github-fork-ribbon-css
added at
a54d43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<meta http-equiv="refresh" content="0;URL=pndopt.html"> | ||
Loading... |
Oops, something went wrong.