StoryHop is a one-word-at-a-time party game that can double as an educational tool for people of all ages to improve their understanding of the English language.
Clone the github repository:
git clone https://github.com/TLouison/StoryHop.git
Go to the src directory: cd StoryHop/src
Install npm dependencies: npm install
Once the installation is complete, run the server by going to the src directory and running npm start.
The application should be accessible on localhost, port 3040.
Our goal with StoryHop is to improve the vocabulary, sentence structure, and intuitive sense of English syntax through communicating with other English speakers. Along with this, we want to have the users develop a love of storytelling by allowing their imaginations to guide the experience.
The official StoryHop discord is available at: https://discord.gg/jwhGn8S. Come join us!
The StoryHop core team consists of our five founding members. They are:
- Herta Calvo-Faugier
- Anthony Chen
- Robert Geddis-Hannon
- Todd Louison
- Nathaniel Wheeler
This project is being developed under the supervision and guidance of the Rensselaer Center for Open Source (RCOS). The observatory page can be found here.
Our basis for our network infrastructure was based upon lesterpig/openparty. We have heavily modified the code to the point where it no longer makes sense to be working as a fork of the project, but we recognize the contribution made by the openparty project and thank lesterpig for his open source project.
StoryHop is being developed with an open source GPLv3 license.