mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
9c1ebecda7c068a44955c8e5a6fae15925ebbc23
The bulk of this small change was to sort buildings by alphabetical order according to translated names, instead of english strings. This meant removing the ID splitting as well as hyphen/space replacing, as the ID is not considered for the test. Also changed: 1. line 366: as the original english string is no longer necessary in the iteration, "name" takes the value of translated string. "name" is then used for alphabetical comparison (as before) with the right value. 2. line 378: removed the test on curPrev variable. Items already listed have been placed in alphabetical order, so there is no need to check whether each item actually follows value of control variable.
A Dark Room
"awake. head throbbing. vision blurry. come light the fire."
a minimalist text adventure game for your browser
| Available | Languages |
|---|---|
| Chinese | English |
| French | German |
| Italian | Japanese |
| Korean | Norwegian |
| Polish | Portuguese |
| Russian | Spanish |
| Swedish | Turkish |
| Ukrainian | [Vietnamese] (http://adarkroom.doublespeakgames.com/?lang=vi) |
or play the latest on GitHub
Description
Languages
JavaScript
92.3%
CSS
5.5%
HTML
1.9%
Python
0.3%
