Vim Pirate | The Manifest Game

The Manifest Game

TypeScript React

The Details

The Manifest Game is an interactive decision tree to help users fill out the electronic hazardous waste manifest. It is built using TypeScript/React. The game presents the user with a direct acyclic graph (DAG) of nodes, boxes with a question (or answer if it is a leaf node). As the user answers each question, the game traverses the graph and guides the user to the next question until the user reaches a leaf node, which contains additional information the user may find helpful.

The Features

  • Global state management
  • Direct acyclic graph (DAG) data structure
  • accessible
  • Type-safe