I created this remake as a high school project. It's entirely developed in plain javascript.
"Dratewka the Shoemaker" is a text-based adventure game based on the Polish folk legend of the Wawel Dragon. The game's protagonist is a shoemaker named Dratewka, who must find a way to get rid of the evil dragon living in a cave at the foot of the Wawel Mountain, terrorizing the local inhabitants and animals. The player travels through the city and its surrounding landscape, collecting items and using them in the right places. Before the final encounter with the dragon, Dratewka must prepare sulfur-stuffed sheep. Read more about the legend
- Open git bash and run
git clone https://github.com/lythx/dratewka.git
OR go to the project main page, click the green button that says "Code", then click "Download ZIP" and extract the downloaded directory. - Run the index.html file from the main directory on a local server.
EXAMPLE SIMPLE LOCAL SERVER USING VSCODE:- Drag the directory into Visual Studio Code
- Download the Live Server extension
- Hit ctrl+shift+p, select
>Live Server: Change Live Server workspace
and choosedratewka
- Hit ctrl+shift+p again, select
>Live Server: Open with Live Server
- Click the following link: http://localhost:5500
The player performs actions using text commands. To display the command list use "V" or "Vocabulary". (screenshot below)