Skip to content

v2.0.0

Compare
Choose a tag to compare
@davethepunkyone davethepunkyone released this 26 Aug 19:28
· 7 commits to main since this release
3179d32

This is v2.0.0 of the pygame-gridcalculator. This introduces the following additional functionality:

  • Ability to create a ShapeFactory and generate/draw pygame shapes using GridCalculator points.
  • Ability to use partial grid points.
  • Ability to amend the grid after initialization.
  • Ability to draw the grid directly to a pygame.Surface for diagnostic purposes.
  • Ability to define the grid starting/ending points to allow for grid-in-grid usage.