Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katiechurchwell/jest-another-rpg
Command-line role-playing game.
https://github.com/katiechurchwell/jest-another-rpg
game jest nodejs
Last synced: 3 days ago
JSON representation
Command-line role-playing game.
- Host: GitHub
- URL: https://github.com/katiechurchwell/jest-another-rpg
- Owner: katiechurchwell
- Created: 2022-01-11T17:41:09.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-14T23:25:29.000Z (over 2 years ago)
- Last Synced: 2024-10-12T12:14:35.213Z (about 1 month ago)
- Topics: game, jest, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest Another RPG
[![project-languages-used](https://img.shields.io/github/languages/count/katiechurchwell/jest-another-RPG?color=important)](https://github.com/katiechurchwell/jest-another-RPG)
[![project-top-language](https://img.shields.io/github/languages/top/katiechurchwell/jest-another-RPG?color=blueviolet)](https://github.com/katiechurchwell/jest-another-RPG)## Summary
![Jest](https://img.shields.io/badge/-jest-%23C21325?style=flat&logo=jest&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=flat&logo=node.js&logoColor=white)A command-line role-playing game (RPG) in which a user battles against a series of enemies whose health and stats can be sustained by a potion.
An exercise in Object Oriented Programming (OOP) and Test Driven Development (TDD) using the [Jest Framework](https://jestjs.io/).
## Demo
![Demo of Jest Another RPG](/demo.gif)## Installation
Clone the repository to your machine.## Usage
Type `node app` into the command line to initialize the program and have fun!## Questions
If you have any questions about this project, please open an issue or use the contact information below:
* [katiechurchwell](https://www.github.com/katiechurchwell)
* [[email protected]](mailto:[email protected])---
![](https://img.shields.io/badge/license-MIT-blue)