Implementation of the Rock-Paper-Scissors game using Phyton and Java. The Phyton version uses double dispatching technique since overloading is not allowed. In the other hand, the Java implementation uses dynamic polymorphism to choose among appropriate objects.
forked from MichaelAbebaw/Rock-Paper-Scissors
-
Notifications
You must be signed in to change notification settings - Fork 0
lindgren/Rock-Paper-Scissors
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple implementation of the Rock-Paper-Scissors game using Double Dispatching and Dynamic Polymorphism.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 60.5%
- Python 39.5%