Coloribrium

Hi!

This is my first game I post here so don’t except too much :slight_smile:

It’s a simple game about collecting different colors. The collector is shrinking but the colors enlarge it. But be aware, don’t collect too much of the same color: Blue makes you slow, red makes it hard to turn and green makes you drunk. So you have to keep the collector alive and maintain the equilibrium of the colors (and that’s where name came from :)) There are also two special colors, white and black. The white one returns the equilibrium and the black one (pretty hard to see, I still need to fix that) collects all the colors on the screen.

I made my own game engine for the game but it still needs some fixing. It might be slow on some computers, I haven’t optimized it very well (yet). Also the game is faster with faster computers. I have no idea if it works under linux or mac, but don’t know why it wouldn’t…

The game still needs some more stuff so that it would be addictive, atleast highscores, but I would like you to try it.

http://koti.mbnet.fi/johann/Code/java/Coloribrium/

http://koti.mbnet.fi/johann/Code/java/Coloribrium/coloribrium.jpg

P.S. I know about the blurry images. It’s supposed to be motion blur, but it will be changed.

not mush reply…

For me, it work well. I test it on an low spec PC and i don’t have big slow down.

I thought it was pretty fun. Do different colors affect your stats differently?

Good to know it works.

What do you mean by stats? The scores? No they don’t, they only affect the way the collector is behaves. Blue is slow, red is hard to turn and green is “drunk”. I have to do some balancing with those because I think red is by far the least annoying where as green makes it next to impossible. If you mean the bar that you are filling, color’s size affects the amount it grows. So you have to consider timing to get the maximum amount.

It could also be a good idea to give more scores when the colors are in good balance. Now you will always end up with the same scores on the same level.

I meant how the ship moved. I just noticed that all of a sudden I wasn’t able to turn at all, then after changing my color a bit this went away. Cool feature, but it can get sort of difficult avoiding certain colors. It just becomes grabbing everything.

Very nice …