Skip to content

nschoe/pokemon_breizh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoKemon Breizh

PoKemon-like Haskell implemented game, base on SDL.

TODO :

  • Move the two World variables to the GameData instance (this way, the World doesn't get loaded in the menu...)
  • In EventsHandler.hs, fix teh hard-coded map name, in function setNextState' (on pattern matching Exploring)
  • Create getters on GameData instead of using the pattern matching functions (for instance, create a getPos, rather than using gPos on a GameData)
  • Revisit code of parseGameData, serializeGameData, loadGame and saveGame, because it is 1) crap, 2) redundant.

About

PoKemon-like Haskell implemented game, base on SDL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published