Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hurst committed Sep 28, 2020
1 parent ff55978 commit 0e22b87
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,29 @@
🇺🇸 ©️1991 - 2020 [Robert Hurst](https://robert.hurst-ri.us)
> [developed](https://github.com/theflyingape/dankdomain) using TypeScript for the web client with terminal emulator; and to run the Node.js [app and service](https://play.DDgame.us) within the Google Cloud Platform (us-central1)
### **3-Jun-2020** `v2.6.0`
### **3-Jun-2020** `v2.7.0`

* general browser client improvements
* add Facebook Group URL: http://www.originalhackandslash.net
* web page "wall" zooms to fill 80% device window width
* added Noto fonts for unicode 13 character support and renamed Dank Domain as Ɗanƙ Ɗomaiƞ
* general terminal emulation improvements
* pass Uint8Array in place of String for classic PC ANSI support
* optimize xvt input handling; added drain() to empty typeahead to critical spots
* added telnet-socket for an integrated telnet service
* added net-keepalive to address telnet hackers
* xterm.js v4.9 release
* general dungeon improvements
* added '🏃 find the exit' alert to prompt player that it's time to move on to another level
* casting teleport consumes some online time to mitigate 'unlimited' teleporting with a magical ring
* added +Time (5-minutes) to Wheel of Life
* deeper dank dungeon mazes become increasingly more complex
* corrected will-o-wisp _avenger_ generator
* reintroduce menu files that override internal rendering
* access promotion celebration messages
* renamed main menu Lists to Library

#### **3-Jun-2020** `v2.6.0`

* dungeon map enhancements
* xterm.js v4.6 release
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ door/ web services & client for browser
../images visual media for artifacts, creatures, and players
../sounds audio media for event notifications
etc/ game app & system support files
files/ game & player support files: ANSI and/or text formats
../arena ASCII art files
../dungeon ASCII art files
../naval ASCII art files
../player ASCII art files
files/ game, menu & player support files: ANSI and/or text formats
../arena ASCII art & menu files
../dungeon ASCII art & menu files
../naval ASCII art & menu files
../player ASCII art & menu files
../tavern all player events logged for the day
../user each player’s events logged since last visit
items/ game artifacts
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "dankdomain",
"version": "3.0.0",
"version": "2.7.0",
"description": "Ɗanƙ Ɗomaiƞ: the return of Hack & Slash",
"main": "telnet",
"publisher": "theflyingape",
"os": [
"cros",
"linux"
],
"engines": {
Expand Down Expand Up @@ -77,7 +78,7 @@
"@types/sprintf-js": "^1.1.2",
"@types/ws": "^7.2.6",
"browserify": "^16.5.2",
"eslint": "^7.9.0",
"eslint": "^7.10.0",
"typescript": "^4.0.3"
}
}

0 comments on commit 0e22b87

Please sign in to comment.