Shape Shift by staircase27
My first entry for Ludum Dare! Written in more like 12 hours of coding time.
Your challenge is to delete all the shapes by removing sides till they run out of sides using the "bullets" provided.
Bullets bounce off flat sides of shapes and are deflected by slopping sides but pass straight on if they hit a point.
If the bullet adds or removes sides is determined by the colours of the bullet and the shape. The rule is that shoot red with green, green with blue or blue with red to remove a side and the opposite to add a side. Bullets fired on shape of same color do nothing. (The symbol on the right is meant to be a reminder of this)
The colour of the shapes is also changed by bullets with rotational arrows on them by rotating the shapes color in the direction show based on the circle of colors shown on the right.
To play choose your bullet (from the three choices at the bottom) either by clicking on it or pressing the key for it, then select where to fire it from by either clicking at the edge of the row/column or pressing a direction key and typing in the row/column number and pressing enter.
Enjoy :)
Note: To run on linux/anything other than windows you will have to install love2d (https://love2d.org/). The downloading issues are now fixed.
EDIT: I have improved the description above in response to some of the comments. Due to lack of time I didn't manage to add a description in game. The symbol on the right of the screen is meant to be a help but wasn't clear and I didn't have time to improve it. It also was never meant to be full instructions. I have also added the web version
I have produced a version with more game modes, a few tutorial levels and a help message similar to above. It can be downloaded from http://www.darkfieldgames.com/blog/shape-shift-ludum-dare/
Your challenge is to delete all the shapes by removing sides till they run out of sides using the "bullets" provided.
Bullets bounce off flat sides of shapes and are deflected by slopping sides but pass straight on if they hit a point.
If the bullet adds or removes sides is determined by the colours of the bullet and the shape. The rule is that shoot red with green, green with blue or blue with red to remove a side and the opposite to add a side. Bullets fired on shape of same color do nothing. (The symbol on the right is meant to be a reminder of this)
The colour of the shapes is also changed by bullets with rotational arrows on them by rotating the shapes color in the direction show based on the circle of colors shown on the right.
To play choose your bullet (from the three choices at the bottom) either by clicking on it or pressing the key for it, then select where to fire it from by either clicking at the edge of the row/column or pressing a direction key and typing in the row/column number and pressing enter.
Enjoy :)
Note: To run on linux/anything other than windows you will have to install love2d (https://love2d.org/). The downloading issues are now fixed.
EDIT: I have improved the description above in response to some of the comments. Due to lack of time I didn't manage to add a description in game. The symbol on the right of the screen is meant to be a help but wasn't clear and I didn't have time to improve it. It also was never meant to be full instructions. I have also added the web version
I have produced a version with more game modes, a few tutorial levels and a help message similar to above. It can be downloaded from http://www.darkfieldgames.com/blog/shape-shift-ludum-dare/
Ratings
| Coolness | 53% | 3 |
| Overall | 2.64 | 849 |
| Fun | 2.00 | 921 |
| Humor | 1.88 | 574 |
| Innovation | 3.21 | 395 |
| Mood | 2.33 | 747 |
| Theme | 3.41 | 435 |
Here is what I found out so far. To reduce shapes, you need to shoot a color with the next color in RGB (so you need to shoot red with green, green with blue, blue with red). The other way around makes the shapes grow. If two same colors meet, it stays the same.
The arrows on ammo means that all the shapes it meets change color like red > green > blue > red.
I have no idea about the direction control though. Apparently if there is a triangle, it goes in the direction the triangle is pointing. If you approach a shape from a side where it has perpendicular side to your direction, it bounces you back and nothing happens to the shape. But this rule is not universal either.
So yeah. I don't get it. I guess I lost.
I'd make the "grid" more visible, took me a while to figure out I could throw in bullets from sides and whatnot. Putting some graphics for rows and columns would help a lot.
Also, the "hint" on the right should be clearer at all times.
Otherwise, very nice!