Skip to content

Commit

Permalink
Tweaks to TP2
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 1, 2024
1 parent 21fb228 commit e70dbbc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tps/TP2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ main = do
--
-- with the knight having 2 hitpoints and 2 attacks, and the soldier having 1 hitpoint
-- and 1 attack. In this scenario, when player 1 attacks, the left knight
-- contributes two to the score while the right soldier kills its opponent.
--
-- The game has three possible cards: the knight, the soldier and the
-- sorceress. The sorceress gives +1hp and +1attack to its allies. When the game
-- starts, each player starts with two copies of each cards.
-- contributes two to the score while the right soldier kills its opponent (there
-- are only two cards: knight and soldier)
--
-- Exercise:
--
Expand Down

0 comments on commit e70dbbc

Please sign in to comment.