Skip to content

Releases: SinisterDeveloper/Rock-Paper-Scissor

Version 2

14 Sep 17:46
Compare
Choose a tag to compare

Version 2

  • Added parameter: force to <module>.play() - Whether the game must return a winner (meaning no ties) - Default: false
  • Revamped the Result object
  • Fixed typings on play function
  • Readded whitespace removal while running code(in a different way)

v1.2.0

26 Aug 17:19
Compare
Choose a tag to compare
  • Fixed Typings - <module>.play() supports most IDE's IntelliSense
  • Compatibility - Module is now compatible with Node js version 12 and a few versions below too
  • Size - The package size has been reduced!

Fix main release issue

21 Jul 10:46
Compare
Choose a tag to compare
1.1.1

Merge branch 'stable' of https://github.com/SinisterDeveloper/Rock-Pa…