public interface Spel { void gespeeld(); int aantalKeerGespeeld(); void print(); }