Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 515 Bytes

A scalable rock, paper and scissors game for personal study purposes.

The original game is rock, paper and scissors. However, assuming you want to add new resources: rock, paper, scissors, man, lizard, etc. The game is designed to let you do this easily. You just need to change resourceType and gameFactory. The main business logic will remain the same.

🔧 Installation & execution

Dependencies installation

npm i

execution

npm run start

Thanks for reading.

Author: Flávio Delesposte.