ultimateownsz / PySeas

Pyseas is an opensource project that aims to create a 2D, top down, turn based board game in Pygame. Where players become pirates and control their own ship. Using a card-based dice system, players explore a dynamic map, complete quests, and battle rival pirates.
GNU Affero General Public License v3.0
3 stars 3 forks source link

fixed the sprite module #20

Closed PurpleProg closed 1 month ago

PurpleProg commented 1 month ago

renamed src.sprite.Sprite to src.sprite.Tile, fix typehints and group management. Removed the use of a dataclass.