A sample Jovo v4
app that makes creating games easier. Use it to build games for voice and chat platforms.
Learn more in Jovo docs: https://www.jovo.tech/docs/getting-started
You can install the new Jovo CLI like this:
# Install globally
$ npm install -g @jovotech/cli
# Test the installation
$ jovo -v
Clone the repo:
$ git clone https://github.com/jovo-community/jovo-game-starter
$ cd jovo-game-starter
$ npm install
Start the project with the run
command:
# Run local development server
$ jovo run
You can now open the Jovo Debugger with the .
key.
This project uses the following plugins:
- Configure a New Game Title in PlayFab Game Manager (4:46)
- Create a Game in 10 minutes with the Jovo Game Starter (11:54)
MIT