2048 icon indicating copy to clipboard operation
2048 copied to clipboard

Refactoring code

Open VladShyrokyi opened this issue 4 years ago • 0 comments

Added classes:

  • core for build main game process
  • board for storing data
  • element - simple dto
  • updateLoop - for execute iterable logic

Added interface:

  • IElementGenerator for creating elements

VladShyrokyi avatar Jun 02 '21 20:06 VladShyrokyi