aboutsummaryrefslogtreecommitdiff
path: root/src/Game.hs
AgeCommit message (Collapse)Author
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-08Use NoFieldSelectorsJuan J. Martinez
2023-02-07Avoid repeat for buttons a, b and menuJuan J. Martinez
2023-02-07Using OverloadedRecordDotJuan J. Martinez
2023-02-06Wrap entities operations on a typeJuan J. Martinez
2023-02-05Swpan new entitiesJuan J. Martinez
- Each entity can generate a list of "spawns" (add a new entity) - Added a "dust" effect to the jump WIP TODO: probably wrap the entity list in a type so we don't need to pass the spritesheet to the update function.
2023-02-05Basic gamepad supportJuan J. Martinez
2023-02-04Initial importJuan J. Martinez