Ludum Dare #30compo
Connect 4 With Planets
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

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

Comments5

RabidPotatoe25 Aug 2014, 07:19
Thanks :) Added a windows (x64) binary.

Endurion30 Aug 2014, 19:01
Can't vote, I get a null pointer access at startup. (Win 7, 64bit)

puppetmaster30 Aug 2014, 19:26
MSVCP120.dll not fount, win 7

RabidPotatoe31 Aug 2014, 14:04
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
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
It's quite a small, but concept is great ;)