Skip to content

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.

License

Notifications You must be signed in to change notification settings

sollambert/cloud-quest

Repository files navigation

MIT License LinkedIn


Logo

CloudQuest

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Logo

CloudQuest was developed as a solo capstone project to demonstrate the skills I learned through Prime Digital Academy.

(back to top)

Built With

  • Node.js
  • Express
  • React
  • Redux
  • Redux-Saga
  • p5
  • Postgres

(back to top)

Getting Started

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.

Prerequisites

To install the dependencies, make sure you're running at least version 18 of Node.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/sollambert/cloud-quest.git
  2. Install NPM packages
    npm install
  3. 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>';

(back to top)

Usage

For game-creator examples, please refer to the help pages on the CloudQuest website. CloudQuest

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Solomon Lambert - https://github.com/sollambert

Project Link: Deployment

(back to top)

Acknowledgments

  • 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

(back to top)

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages