/Riddles

A webapp project to create Riddle Games like Notpron with NodeJS and React

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Riddles

A webapp project to create Riddle Games like Notpron with NodeJS and React

Dependencies

  • NodeJS
  • npm

Usage

First, create your riddles following instructions on README.md on src/riddles/

Backend

  1. Install all backend dependencies
$ npm install
  1. Start the server
$ npm start

Frontend

The same scripts executed on the backend.

  1. Install all frontend dependencies
$ npm install
  1. Start the server
$ npm start

And finally, just access localhost:3000 to enter the Riddle.