SERG-Delft / jpacman

Pacman-inspired game, for teaching testing purposes. (>= v9.0.0)
5 stars 684 forks source link

Add dynamic class loading of points calculator #19

Closed casperboone closed 5 years ago

casperboone commented 5 years ago

By @azqa and @mauricioaniche. Original PR: #17.

Adds dynamic class loading based on a properties file. Allows to choose between the default points calculator and the malicious one.

avandeursen commented 5 years ago

This looks good to me!