An open API service indexing awesome lists of open source software.

https://github.com/lauracole1900/textadventure

A simple text adventure game using JavaScript prompts
https://github.com/lauracole1900/textadventure

adventure-game javascript js text-game

Last synced: 11 days ago
JSON representation

A simple text adventure game using JavaScript prompts

Awesome Lists containing this project

README

        

# Welcome, Adventurer!

## Table of Contents

* [Description](#description)
* [Link](#link)
* [Screenshots](#screenshots)
* [Installation Instructions](#installation-instructions)
* [Usage](#usage)
* [Technologies Used](#technologies-used)
* [Tests](#tests)
* [Credits](#credits)
* [Contributing](#contributing)
* [Questions](#questions)
* [Badges](#badges)

## Description

This is a simple text adventure game using JavaScript alerts, confirms, and prompts. Just enter your name and a cardinal direction and you're off on an adventure! A roll of the dice will determine the difference between life and death, between destitution and prosperity, between the life of a thief and that of a watchman. Come try your luck! And may the dice favor you....

NOTE: Currently, south is completely built out. East is nearing completion. North has been started. Please don't go west, you won't get anywhere.

## Link

[Welcome, Adventurer!](https://lauracole1900.github.io/textAdventure/)

## Screenshots

Landing page:
![Landing page](assets/lander.png)

## Installation Instructions

N/A

## Usage

This is intended as casual gaming. Feel free to use it to waste a few minutes.

## Technologies Used

[![HTML5](https://img.shields.io/badge/built%20with-HTML5-f06529)](https://developer.mozilla.org/en-US/docs/Glossary/HTML5) [![CSS3](https://img.shields.io/badge/built%20with-CSS3-2965f1)](https://developer.mozilla.org/en-US/docs/Web/CSS) [![JavaScript](https://img.shields.io/badge/built%20with-JavaScript-f0db4f)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

## Tests

N/A

## Credits

Many thanks to my fellow students from DU's Coding Bootcamp, Fall 2020 Full-Time cohort, for offering their ideas when mine ran dry

## Contributing

We believe code is never finished, and welcome your contributions to enhance the application's functionality. Please adhere to the Code of Conduct for the Contributor Covenant, version 2.0, at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

## Questions

If you have further questions, you can reach me at [email protected]. For more of my work, see [my GitHub](https://github.com/LauraCole1900).

## Badges

[![License badge](https://img.shields.io/badge/license-MIT-0d4b16)](./LICENSE)