Prototype for Mini Jam 183: Calculations

  • Limitation: 4 colors
    • Game uses Black, White, Red, Blue
  • Time limit: 3 Days
  • Made with:
    • Pygame
    • Gimp | Game-Icons.net
    • Audacity | Beepbox | Freesounds

Synapsis:

  • Deck building game around bitwise operations.

Full How To Play:

  1. Choose your starting class with according mask.
  2. Chose a deck with random X cards of the chosen deck
  3. Proceed through the levels.
    1. Battle
    2. Boss
    3. Shop
    4. Event - Can be a Battle, Shop, Card Removal
  4. Battles
    1. At the start of every turn discard your hand and draw 5 new cards.
    2. Play any card
      1. Bit Card
        1. Left 4 bits are Attack
        2. Right 4 bits are Health
        3. At the turn of attack if health is 0000 the card is removed instead of attacking. Use operation cards when it's played to update the bits to stop this.
      2. Operation Card
        1. Applies the bitwise operation to any Player or Enemy bit card using the mask card if needed.
      3. Mask Card
        1. Change your passive mask used for bitwise operation cards.
        2. Once a new mask is applied, the previous mask is removed from the deck until the end of the match.
    3. Combat 
      1. The current players bit cards deal damage to opposing side.
        1.  If there is a bit card apply damage to the health bits.
        2. If there is not opposing card deal then deal damage to player.
  5. Boss
    1. Has double deck size (60)
    2. Draws 7 instead of 5
Published 1 day ago
StatusPrototype
PlatformsHTML5
Authorcrazedmonkey231
GenreCard Game
Tagspygame

Leave a comment

Log in with itch.io to leave a comment.