Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 965 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 965 Bytes

Ludum Dare 35 entry

Theme is Shapeshift.

I'll be using python and pygame.

How to play

WASD moves the player's polygon.

↑↓ changes the player's polygon (up increases number of sides, wraps around at the heptagon, down decreases, wraps at the triangle).

←→ changes the player's color (Red,Green,Blue,Yellow,Cyan,Magenta,Azure,Violet,Rose,Orange,Chartreuse,Spring Green)

Space pauses and unpauses the game.

R while game is paused sends you back to title splash.

Game mechanics

If you're the same color and shape than the polygons you're colliding with, you get a health bonus (your radius increases).

If you're just the same shape, you're not damaged.

If you're a different shape and color than the polygons, you're damaged. Too much damage will inevitably lead to Game Over.

Trying to get bonuses gets really hard really quickly, because the polygons tend to swarm, and you can't shapeshift quick enough to absorb them right.