• 0 Open
    0 Closed
    Updated 2025-12-27 05:07:53 +01:00
    No due date

    The Milestone is completed when:

    1. TileSet fully prepared
    • all layers set
    • everything configured
    1. New Grid system:
    • removing the old grid Resource
    • class (Singleton) Grid, that gets a map and handles the AStarGrid and so on
    1. Playable maps:
    • debug map (the first one)
    • maze map (to test the astar)
    • gamelike map: something that could be in the game
    1. Maphandler:
    • for lack of a better term
    • something that can load the different maps for switching at runtime
    • defenetly needed later for full release