fpclass / perpetual-haskelling-initiative

Main repository for the CS141 Perpetual Haskelling Initiative
MIT License
0 stars 0 forks source link

Create Player.hs file #17

Closed ghost closed 4 years ago

ghost commented 4 years ago

Started on the data types for the player.

I know the player will need to include the deck, hand, current points, maximum points, board space, dead programs.

oscar-h64 commented 4 years ago

I think it's best practise to prefix the fields in records with the record name, like in Card, because it avoids clashes.

I also don't know if Deck should be it's own module like Hand

ghost commented 4 years ago

Should I let this be merged into develop so people can use these if they are adding to the features?

mbg commented 4 years ago

Sure, if there's nothing else you want to add at this stage!

ghost commented 4 years ago

Yeah, I have some stuff I need to do so I won't be able to do more work right now.