CloudQuest is a platform for developing your own text-based adventure games and sharing them with others. Feel free to play the provided game 'CloudQuest' to get a feel for the gameplay and when you're ready, go ahead and create a new game under your account and get to tinkering.
Explore the docs »
Live Deployment
·
Report Bug
·
Request Feature
Table of Contents
CloudQuest was developed as a solo capstone project to demonstrate the skills I learned through Prime Digital Academy.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
To install the dependencies, make sure you're running at least version 18 of Node.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/sollambert/cloud-quest.git
- Install NPM packages
npm install
- Enter your session secret in
.env
, this should be a randomly generated string of at least 16 characters.SERVER_SESSION_SECRET = '<random string of characters>';
For game-creator examples, please refer to the help pages on the CloudQuest website. CloudQuest
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Solomon Lambert - https://github.com/sollambert
Project Link: Deployment
- My family who have supported my initiative to follow my passion for programming
- My friends who have helped keep me sane during the Prime full stack program
- My wonderful instructors throughout the program: Kris Szafranski, Edan Schwartz, Dane Smith, Key Clark, and Vada Karlen
- My dog Ellie who kept me company all winter while I was spending endless hours troubleshooting bugs