Genfood / Project-ITS

A cryptography game written in Twine Harlowe, as a uni project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project-ITS

The game is getting published automatically on GitHub Pages. Click here to play the game! 😏
Best playable using Firefox. 🔥🦊

Getting started

You can also compile the game by yourself:

  1. Download Tweego
  2. Overide [Tweego folder]/storyformats/harlowe-3/format.js with format.js
  3. Set the location of Tweego binary to the path variable, that the default terminal can run tweego commands.

Tweego only

To just compile the current project with Tweego, do the follwig steps in the commandline:

  1. Go to the project directory
  2. Run tweego -o ./out/story.html ./src
  3. The compiled story can be found in the out directory

VisualStudio Code

requirements

  • Firefox Browser
  • VisualStudio Code
  • Install the recommanded Plugins (after opening the git repo in VisualStudio Code, recommendations should be displayed):
    • cyrusfirheir.twee3-language-tools
    • firefox-devtools.vscode-firefox-debug
  1. Open the directory of this git in VisualStudio Code
  2. The project can now be compiled in normal or debug mode, in VisualStudio Code. Just press F5 or use the Run and Debug Tab.

How to solve the game

Show

Blue-Print

Known Bugs

  • Using Chrome or Safari can cause a problems clicking on collectable items. Clicking several times is a solution, or use Firefox. 🤡

About

A cryptography game written in Twine Harlowe, as a uni project.


Languages

Language:JavaScript 99.0%Language:CSS 1.0%