5shadesofr3d / Ruby-Board-Games

0 stars 0 forks source link

Game Algorithm Template #14

Open vppatel111 opened 5 years ago

vppatel111 commented 5 years ago

Implement the template pattern in the "Game" class that allows us to use a valid turn and a victory condition and any game. We can likely implement the connect4 games by inheriting from the "Game" class and replacing the specific sections of the template with our own valid turn and victory conditions.