Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 699 Bytes

Lambda OpenAI Roll

This lambda function appends an endGame property to the event body. This endGame property has a value of either True (end the character) or False (character can keep playing). True has a chance of being 10% while False is 90%.

Installation

Start with: npm install

Usage

To test, use: npm test

Play game utilizing live link below: Live Link

UML Diagram

UML Diagram

Repository link

Repo Link

Contributor(s)

  • Chester Lee Coloma
  • Anthony Cunningham
  • Joshua Shea
  • ChatGPT helped with tests