Skip to content

Commit

Permalink
v2.2.8
Browse files Browse the repository at this point in the history
- New Game dialog (Addresses #33)
- More intuitive navigation (Addresses #29)
- Start a new game using the 'n' key in Play Mode
- Enable branch numbering by default
  • Loading branch information
gruppler committed Apr 28, 2019
1 parent 347a3db commit ed84a24
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 39 deletions.
14 changes: 7 additions & 7 deletions dist/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an editor and viewer for [Portable Tak Notation (PTN)](https://www.reddi

If you want to support this project, you can...

* [Report an issue](https://github.com/gruppler/PTN-Ninja/issues/)
* [Report an issue or feature request](https://github.com/gruppler/PTN-Ninja/issues/)
* [Become a Patron](https://www.patreon.com/gruppler)
* [Donate USD](https://www.paypal.me/gruppler)

Expand Down Expand Up @@ -69,7 +69,6 @@ Key|Action
<kbd>Ctrl or &#x2318;</kbd> + <kbd>Space</kbd>|Toggle Edit/Play Mode
<kbd>Ctrl or &#x2318;</kbd> + <kbd>s</kbd>|Save .ptn File
<kbd>Ctrl or &#x2318;</kbd> + <kbd>o</kbd>|Open .ptn File
<kbd>Ctrl or &#x2318;</kbd> + <kbd>d</kbd>|Load Default PTN
<kbd>Ctrl or &#x2318;</kbd> + <kbd>z</kbd>|Undo
<kbd>Ctrl or &#x2318;</kbd> + <kbd>Shift</kbd> + <kbd>z</kbd>|Redo
<kbd>Ctrl or &#x2318;</kbd> + <kbd>y</kbd>|Redo
Expand All @@ -87,6 +86,7 @@ Key|Action
### Play Mode
Key|Action
:--|:--
<kbd>n</kbd>|New Game
<kbd>Space</kbd>|Play/Pause
<kbd>&larr;</kbd>|Previous Ply
<kbd>&rarr;</kbd>|Next Ply
Expand Down
2 changes: 1 addition & 1 deletion dist/serviceworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 27 additions & 28 deletions dist/stresstest01.ptn
Original file line number Diff line number Diff line change
Expand Up @@ -96,31 +96,30 @@
88. Cd3 Cf7
89. Cd2 Cf8
90. Cd1 Cf9

90. d1< f9>
89. d2< f8>
88. d3< f7>
91. d4< f6>
92. d5< f5>
93. d6< f4>
94. d7< f3>
95. d8< f2>
96. d9< f1>
97. 2c9<2 2g1>2
98. 2c8<2 2g2>2
99. 2c7<2 2g3>2
100. 2c6<2 2g4>2
101. 2c5<2 2g5>2
102. 2c4<2 2g6>2
103. 2c3<2 2g7>2
104. 2c2<2 2g8>2
105. 2c1<2 2g9>2
106. 3b1<3 3h9>3
107. 3b2<3 3h8>3
108. 3b3<3 3h7>3
109. 3b4<3 3h6>3
110. 3b5<3 3h5>3
111. 3b6<3 3h4>3
112. 3b7<3 3h3>3
113. 3b8<3 3h2>3
114. 3b9<3 3h1>3
91. d1< f9>
92. d2< f8>
93. d3< f7>
94. d4< f6>
95. d5< f5>
96. d6< f4>
97. d7< f3>
98. d8< f2>
99. d9< f1>
100. 2c9<2 2g1>2
101. 2c8<2 2g2>2
102. 2c7<2 2g3>2
103. 2c6<2 2g4>2
104. 2c5<2 2g5>2
105. 2c4<2 2g6>2
106. 2c3<2 2g7>2
107. 2c2<2 2g8>2
108. 2c1<2 2g9>2
109. 3b1<3 3h9>3
110. 3b2<3 3h8>3
111. 3b3<3 3h7>3
112. 3b4<3 3h6>3
113. 3b5<3 3h5>3
114. 3b6<3 3h4>3
115. 3b7<3 3h3>3
116. 3b8<3 3h2>3
117. 3b9<3 3h1>3
2 changes: 1 addition & 1 deletion serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = 'v2.2.7';
var version = 'v2.2.8';

self.addEventListener('install', function(event) {
console.log('WORKER: install event in progress.');
Expand Down

0 comments on commit ed84a24

Please sign in to comment.