Torkin1 / pokemon_goose_game

A pokemon themed variation of the goose game written in Java for Android, delivered by WALL-E group.
0 stars 3 forks source link

Add boardfactory package #4

Closed Torkin1 closed 3 years ago

Torkin1 commented 3 years ago

added some extra files by msitakes, removing them

Torkin1 commented 3 years ago

Use BoardFactory.getInstance(Context context, CreateBoardBean bean).createBoard() to inject a Board instance in the provided CreateBoardBean instance using a creation algorithm according to the actual bean type (i.e: using a CreateBoardPGBean will results in a Board instance procedurally generated).