create-tba-game

Creates a new Text-Based Adventure game utilising tba-game

Usage no npm install needed!

<script type="module">
  import createTbaGame from 'https://cdn.skypack.dev/create-tba-game';
</script>

README

Create TBA Game

npm NPM CircleCI branch

Want to write your own Text-Based Adventure Game without any programming knowledge? This is the easiest way of getting your very own TBA Game up and running with no fuss.

This package sits in the monorepo for the tba-creator parent project and is the generator tool used to quickly get a TBA Game initialised and ready for story-writing.

Usage

The easiest way of using create-tba-game is directly as a CLI command via NPM or Yarn:

# via NPM:
npx create-tba-game

# or via Yarn:
yarn create tba-game

Running this will prompt you for some basic information about what type of Text-Based Adventure Game you want to create. After entering all of the requested information, a new directory will be created based on the name you entered with all of the basic required Schema files included.

For more detailed information about setup and story authoring, check out the tba-creator project readme.