Skip to content

IonutInit/Alice-s-Nightmare-in-Wonderland

Repository files navigation

Alice's Nightmare in Wonderland


A digitization of the gamebook by Jonathan Green and published by Snowbooks Ltd, with original illustrations by Kev Crossley. This is only a sample containing the first steps of the game, but enough to encompass the bluk of the game logic. All rights to the content belong to the author and the publisher.

book cover

Chapters in this sample

chapters in this sample

App DOM Structure

dom structure

Content Template

Only "chapter_number" and next_chapter_number are not optional.

    "chapter_number": {
        "content": "text",
        "options": [
            [next_chapter_number, "chapter text"],
            [next_chapter_number, "chapter text"]
        ],
        "event": [
            {
               "name": "attribute_to_change",
               "change": value_of_change 
            },
            {
               "name": "attribute_to_change",
               "change": value_of_change 
            }
        ],
	"enemy": ["name", initiative, combat, endurance, ?number]
    },

About

Digitisation of the game book with the same name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published