How to run Jovo Trivia Game template


#1

Hey all,

Please, did anyone run the Jovo Trivia Game template? Could you please share any documentation about it?

Thank you!


#2

Hi @augrafa, welcome to Jovo :wave:

I just tried downloading the Trivia template with the following command:

$ jovo new TriviaGame --template trivia-game

It worked for me to then run it with the following commands:

# Go to directory
$ cd TriviaGame

# Run Jovo development server
$ jovo run

#3

Hi Jan,
I tried it before but this command just download the helloworld template :frowning:

thank you for your support!


#4

Can you try it again? It worked for me


#5

One other thing you could try: Download the trivia-template from this GitHub repository:


#6

Thank you. This GitHub worked.

By the way, I found this sample and it is very useful as well:
https://www.jovo.tech/courses/project-2-adventure-game/step-1-adventure-game-interaction-design