aboutsummaryrefslogtreecommitdiff
path: root/src/Game/Map.hs
AgeCommit message (Collapse)Author
2023-04-17Added new shooter enemyJuan J. Martinez
2023-04-14Load the map list from a JSON fileJuan J. Martinez
2023-03-26Support entities facing leftJuan J. Martinez
Perhaps it would be better to support "custom properties" in tiled, but this is OK for now.
2023-03-04Fix rendering for vertical scrollJuan J. Martinez
There's still the issue of not doing clipping on the top of the screen.
2023-03-01Pass an optional offset to the viewportJuan J. Martinez
2023-03-01Added a FIXMEJuan J. Martinez
2023-03-01Scroll using SDL's viewportJuan J. Martinez
Horizontal needs testing.
2023-02-26Draw the HUB on the top of the screenJuan J. Martinez
2023-02-21New Robot enemy.Juan J. Martinez
2023-02-17Added fixed pattern enemy (slimes)Juan J. Martinez
2023-02-15Game state, HUD, ... WIPJuan J. Martinez
Exploring ideas.
2023-02-13Pickups WIPJuan J. Martinez
TODO: collision
2023-02-10Moved the entity spawn to Entity moduleJuan J. Martinez
2023-02-09Make entities in the map moduleJuan J. Martinez
This needs to be reviewed.
2023-02-09Spawn objectsJuan J. Martinez
For now only the Player.
2023-02-09Better messageJuan J. Martinez
2023-02-09Object layer support for map entitiesJuan J. Martinez
2023-02-07Using OverloadedRecordDotJuan J. Martinez
2023-02-04Initial importJuan J. Martinez