index
:
space-plat-hs
main
A gamedev experiment (2D platform game)
Juan J. Martinez
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Game.hs
Age
Commit message (
Expand
)
Author
2024-05-17
formatting
HEAD
main
Juan J. Martinez
2023-05-16
Change stage using a simple transition
Juan J. Martinez
2023-05-16
Use play state instead of level complete, that includes game over
Juan J. Martinez
2023-05-16
Update state of the play loop in the play loop
Juan J. Martinez
2023-05-02
Map animations
Juan J. Martinez
2023-04-15
"Toaster" notifications
Juan J. Martinez
2023-04-14
Load the map list from a JSON file
Juan J. Martinez
2023-03-11
Exit transition
Juan J. Martinez
2023-03-11
Tidy up, state functions to state module
Juan J. Martinez
2023-03-10
Change stage
Juan J. Martinez
2023-03-09
Exit placement on the last battery
Juan J. Martinez
2023-03-09
Exit stage WIP
Juan J. Martinez
2023-03-09
Use ALT + Enter to toggle fullscreen
Juan J. Martinez
2023-03-04
Show key or button depending on the controls
Juan J. Martinez
2023-03-03
Better Gamepad support handling connection/disconnection
Juan J. Martinez
2023-03-03
Simple game over menu
Juan J. Martinez
2023-03-02
Even less IORef
Juan J. Martinez
2023-03-01
Removed another unncessary IORef
Juan J. Martinez
2023-03-01
Removed unnecessary IORef
Juan J. Martinez
2023-03-01
Dropped ReaderT as is not really needed
Juan J. Martinez
2023-03-01
Pass an optional offset to the viewport
Juan J. Martinez
2023-03-01
Better comments
Juan J. Martinez
2023-03-01
Scroll using SDL's viewport
Juan J. Martinez
2023-02-26
Draw the HUB on the top of the screen
Juan J. Martinez
2023-02-26
Revisited the game over sequence
Juan J. Martinez
2023-02-25
Keep the hud in the game over screen
Juan J. Martinez
2023-02-25
Game over sequence WIP
Juan J. Martinez
2023-02-24
Removed test
Juan J. Martinez
2023-02-23
Bitmap font
Juan J. Martinez
2023-02-18
Slimes hit enemies
Juan J. Martinez
2023-02-16
Added lives to the HUD
Juan J. Martinez
2023-02-15
Game state, HUD, ... WIP
Juan J. Martinez
2023-02-10
Moved the entity spawn to Entity module
Juan J. Martinez
2023-02-09
Make entities in the map module
Juan J. Martinez
2023-02-09
Spawn objects
Juan J. Martinez
2023-02-08
Use NoFieldSelectors
Juan J. Martinez
2023-02-07
Avoid repeat for buttons a, b and menu
Juan J. Martinez
2023-02-07
Using OverloadedRecordDot
Juan J. Martinez
2023-02-06
Wrap entities operations on a type
Juan J. Martinez
2023-02-05
Swpan new entities
Juan J. Martinez
2023-02-05
Basic gamepad support
Juan J. Martinez
2023-02-04
Initial import
Juan J. Martinez