Add some configurable options #3

Closed
opened 2015-08-01 13:26:51 -05:00 by rudism · 2 comments
Owner

Needs ability to define certain behaviors of the game engine, for example:

  • Paged mode versus continuous scroll
  • Customize begin and start over text
Needs ability to define certain behaviors of the game engine, for example: - Paged mode versus continuous scroll - Customize begin and start over text
Author
Owner

Partially addressed, you can now pass two additional parameters to the Player constructor to override the text used for the start link, and markdown to be rendered for the "game over" state.

new Player(story, 'main', 'Click here to start...', '## Game Over\n\n[Click here](/main) to restart.')
Partially addressed, you can now pass two additional parameters to the `Player` constructor to override the text used for the start link, and markdown to be rendered for the "game over" state. ```javascript new Player(story, 'main', 'Click here to start...', '## Game Over\n\n[Click here](/main) to restart.') ```
starvingindie commented 2018-09-13 12:14:08 -05:00 (Migrated from github.com)
Author
Owner

Paged mode would be super awesome. Also thanks for implementing the Begin and Start Over Text.

Paged mode would be super awesome. Also thanks for implementing the Begin and Start Over Text.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rudism/ficdown.js#3
No description provided.