Cells by Xanjos

[raw]
made by Xanjos for LD30 (JAM)
My 3rd Ludum Dare Entry and 2nd one submitted for the jam (plus first entry since being unable to complete the last LD on time).

Kind of started late on this one (on a Saturday evening) since I was initially unsure whether to take part this time as I was pretty much ill for most of the weekend (plus, it was difficult trying to make something in the limited time I had that would fit the theme).

Graphics are a bit basic as I'm really terrible at drawing things if you haven't guessed by now (I actually used the primitives in Unity for this one) and the AI is a bit rudimentary (but still does the job somewhat) and there may be one or two bugs I haven't found yet.

UPDATE (on the last day): Just replaced the Linux build with a universal one that should work on both x86 and x64 (Again, let me know if there are any problems)

UPDATE: Standalone versions have just been added (Also, I don't have a Mac or Linux machine myself so please let me know if there are any problems with those builds)

Instructions

1. You are in control of the red cells whilst the computer is control of the blue cells

2. Click on one of your cells to connect to all of its neighbouring cells.

3. You can only click on cells that can connect to at least one neighbouring neutral or opposition cell

4. The game ends when there are no more neutral cells available and whoever has the most cells wins.

Tools Used:

Language:C#
Library/Framework:Unity
Sounds:bfxr

Ratings

Coolness 81% 2
Overall(Jam) 2.57 726
Audio(Jam) 1.68 640
Fun(Jam) 2.69 574
Graphics(Jam) 1.80 760
Humor(Jam) 1.35 589
Innovation(Jam) 2.51 637
Mood(Jam) 1.79 708
Theme(Jam) 1.89 735

Feedback

Capitals
26. Aug 2014 路 19:44 UTC
This is quite fun to play, however I do not quite see completely how this linked to the theme.
馃帳 Xanjos
26. Aug 2014 路 20:20 UTC
@Capitals: I wasn't really sure whether this could be linked to the theme as well (I showed it to my friend who was doing the jam as well and he said it somewhat fitted the theme) but I suppose each cell can 'connect' to all of the other cells surrounding it (if you can interpret that as the theme part)
ponk
26. Aug 2014 路 21:07 UTC
Really cool game!
DarkCart
26. Aug 2014 路 22:19 UTC
I'm with @Capitals on this one. Me and the computer seemed to have a... draw?
Aumni
26. Aug 2014 路 22:25 UTC
Cool game. I wish there was either a multiplayer version or a way stronger AI so we could test various strategies :O Otherwise, good work!!
TheGamingProject
26. Aug 2014 路 22:29 UTC
I think it fits the theme
馃帳 Xanjos
27. Aug 2014 路 12:31 UTC
@Aumni: I actually coded the primary mechanic with two players in mind first then added the AI later (I suppose I can add local multiplayer in some form or another in a post compo version).

As for the AI itself, it's pretty basic. Essentially all it's doing is iterating through every single cell it owns and checking which one would capture more cells. Also, because of time constraints/me being lazy (or rather, this is actually my first time trying to make AI for a game jam game or actual AI for that matter), I used a random number generator as a tiebreaker when you have several viable cells (There's also a few lines of code that makes the AI go for neutral cells more and taking that out makes it very aggressive and attempt to capture as many cells as possible but unfortunately it becomes so stubbornly aggressive, it won't actually finish the game because it's too busy trying to capture the most cells).
pythong
27. Aug 2014 路 13:24 UTC
the entry is ok, and it reminds me of a very old flash game i once placed (very similar, but ewith hexagons)
the ai needs some work though, because all I did was eating into blue (if possible: getting 4, elsewise get 3) and i easily won
馃帳 Xanjos
27. Aug 2014 路 13:34 UTC
@pythong: I'll agree that the AI needs some working on (I'm not exactly great at making them to be honest). At the moment it's stupidly passive (since it goes for neutral cells more).
Moosefly
27. Aug 2014 路 14:32 UTC
I think that what the game needs (in addition to a better AI of course :P) are some deeper mechanics. For example if capturing a circle prevented that circle from being captured for N turns (maybe 1) the battles for territory when the players clash would probably be more strategic! Another mechanic you could add is that circles which are cut off from the "main group" (largest amount of circles that connect in some way) become automatically captured by the enemy (for example in your fourth screenshot, the four blue circles would automatically turn red. What I'm trying to say is that it has potential, even though it isn't much right now.

Anssi@MooseflyGames
馃帳 Xanjos
27. Aug 2014 路 15:57 UTC
@Moosefly: One of my planned mechanics was that if you capture an opposing cell, your newly captured cells will start capturing its neighbours (beginning a chain reaction of some sort) but I decided to cut that out due to time and complexity (and the fact that it could potentially make the game too short).

I also originally had randomly chosen walls (cells that cannot be captured by either player) added in but I had to take that out as sometimes the random wall generation would inadvertently block off a group of neutral cells (preventing the game from finishing).
Moosefly
27. Aug 2014 路 22:26 UTC
@Xanjos
Yeah, the time limit can be quite harsh. Too bad you had to cut those features, they sound pretty cool!
Noah Ratcliff
27. Aug 2014 路 22:34 UTC
Fun game! However, the sounds can get quite annoying, and it doesn't seem to fit the theme well.
馃帳 Xanjos
27. Aug 2014 路 22:53 UTC
@Noah: I'll admit the sounds weren't exactly the best choice for the game but I figured some sound might be better than no sound at all.
dickpoelen
28. Aug 2014 路 13:47 UTC
Nice. I love "simple" games like this
INC$D021
29. Aug 2014 路 16:34 UTC
Took me a couple of tries to win. :) Short and sweet.
Mallot1
29. Aug 2014 路 20:48 UTC
Very cool! I like this :D
Almax27
29. Aug 2014 路 21:39 UTC
Pretty easy, just always pick an extruding point but interesting idea and solid implementation
Naytron
30. Aug 2014 路 14:09 UTC
Nice and simple.
jukimv1986
30. Aug 2014 路 14:11 UTC
Not bad AI and interesting concept. It could be further expanded with special cells with items and different levels with unique map configurations. Good job!
pikkpoiss
30. Aug 2014 路 17:36 UTC
Nice concept. Like others said, with stronger AI it would be really cool, but understandable given the time constraints of Ludum Dare. Thanks for sharing!
someone
30. Aug 2014 路 18:10 UTC
Nice simple mechanics are good. Shame you didn't get walls working properly, that would potentially have made it more interesting.
Very easy to win so I tried eliminating all blues. Wining with three blue cells on the board is the minimum possible.
Shide
01. Sep 2014 路 11:00 UTC
Nice game, but too easy. It make sence to do different level of AI, because when you firstly done it, playing the game become no sence.
Try to think about replayable.
馃帳 Xanjos
01. Sep 2014 路 14:29 UTC
@Shide: Yeah, the AI is pretty dumb and easy to work out (I'm not really good at making AI per se).
sP0CkEr2
02. Sep 2014 路 22:23 UTC
Nice game. Kind of in line with the theme. AI was basic. Easy game to play, hard to master. Nice job.
ZYXer
05. Sep 2014 路 17:58 UTC
A very simple game. And I mean this in a good way.

Here's an idea: how about each player can program their own AI, and then you can let your AI fight against the opponent's AI. This game would be a perfect for such a competition.
Natrium729
07. Sep 2014 路 21:33 UTC
The idea is simple. With some more mechanics, it could become an interesting game.
NicePenguins
09. Sep 2014 路 23:18 UTC
Nice mechanic, but like Moosefly said it needs deeper choices. Great job for a game jam anyway :)
HeyChinaski
13. Sep 2014 路 13:10 UTC
Nice work.
DeltaF1
13. Sep 2014 路 18:29 UTC
I'm on linux 64 bit, and it won't run for me. Maybe put up a 64 bit build? Thanks.
馃帳 Xanjos
13. Sep 2014 路 23:50 UTC
@DeltaF1: Thanks for letting me know. I'll try and put up a 64 bit Linux build hopefully by Sunday evening.
馃帳 Xanjos
14. Sep 2014 路 15:03 UTC
Just replaced the Linux build with a one that should be compatible with both 32 and 64 bit.
Jupiter_Hadley
14. Sep 2014 路 21:19 UTC
Simple but well done game. I included it in part 25 of my Ludum Dare 30 compilation video series, if you鈥檇 like to take a look :) http://youtu.be/mlEPiXm0ehY