Skip to content

A simple implementation of the Rock-Paper-Scissors game using Double Dispatching and Dynamic Polymorphism.

Notifications You must be signed in to change notification settings

lindgren/Rock-Paper-Scissors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors

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.

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

No packages published

Languages

  • Java 60.5%
  • Python 39.5%