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%.
Start with:
npm install
To test, use:
npm test
Play game utilizing live link below: Live Link
- Chester Lee Coloma
- Anthony Cunningham
- Joshua Shea
- ChatGPT helped with tests