
BitShift
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:
- Choose your starting class with according mask.
- Chose a deck with random X cards of the chosen deck
- Proceed through the levels.
- Battle
- Boss
- Shop
- Event - Can be a Battle, Shop, Card Removal
- Battles
- At the start of every turn discard your hand and draw 5 new cards.
- Play any card
- Bit Card
- Left 4 bits are Attack
- Right 4 bits are Health
- 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.
- Operation Card
- Applies the bitwise operation to any Player or Enemy bit card using the mask card if needed.
- Mask Card
- Change your passive mask used for bitwise operation cards.
- Once a new mask is applied, the previous mask is removed from the deck until the end of the match.
- Bit Card
- Combat
- The current players bit cards deal damage to opposing side.
- If there is a bit card apply damage to the health bits.
- If there is not opposing card deal then deal damage to player.
- The current players bit cards deal damage to opposing side.
- Boss
- Has double deck size (60)
- Draws 7 instead of 5
Published | 1 day ago |
Status | Prototype |
Platforms | HTML5 |
Author | crazedmonkey231 |
Genre | Card Game |
Tags | pygame |
Leave a comment
Log in with itch.io to leave a comment.