Connect 4 With Planets by RabidPotatoe

[raw]
made by RabidPotatoe for LD30 (COMPO)
An implementation of connect 4 where the pieces look like planets!

Very simple but at least it's finished!

To run: Should be able to just run the binary in the tar.gz archive.

Source is in the linked git repo. Everything in this commit: https://github.com/rabidpotatoe/ld-shared/commit/467626de3aa1c09969fa8023600465bf0f69c77d

Feedback

ViliX
25. Aug 2014 路 02:57 UTC
Only linux version might not be suitable for most of the users (fortunately, I am running Xubuntu & Win 8.1 dualboot).
It's quite a small, but concept is great ;)
馃帳 RabidPotatoe
25. Aug 2014 路 07:14 UTC
Thanks :) Added a windows (x64) binary.
Endurion
30. Aug 2014 路 18:56 UTC
Can't vote, I get a null pointer access at startup. (Win 7, 64bit)
puppetmaster
30. Aug 2014 路 19:21 UTC
MSVCP120.dll not fount, win 7
馃帳 RabidPotatoe
31. Aug 2014 路 13:59 UTC
Oops! Well, thanks for taking the time to try it.

I've no idea about the null pointer access, but the dll issue can probably be resolved by installing the msvc12 redistributable from here:

http://www.microsoft.com/en-us/download/details.aspx?id=40784