Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 781 Bytes

Memory

Just took an easy classic game to start working on -- I've always been curious about gaming concepts.

  1. Yes, the cards are numbers, not pics :)
  2. The scoring is level-based. The higher the level, the higher the multiplier.
  3. It takes gaining XP to gain levels. The higher the levels, the more XP.
  4. Level 5 is the cap. You can gain more XP, but there are no more levels.
  5. Amount of XP after each round is determined by the percentage of turns unused based on the level and then multiplied by the level's multiplier.
  6. 2 bonuses available at the moment.
  7. Card placement on the board is split in half. Every card has its match on the opposite half of the board. I suppose eventually I'll write it so that it's randomized across the entire board for 100% mix