Join #ludumdare on irc.afternet.org
Ludum Dare 15 :: Coming in August :: Theme :: ???

Sign In | Write your Journal/Write a Post
Home | Planet Ludum | Rules Wiki | Mailing List

NEWS: Ludum Dare 14 results now available!

View Ludum Dare 14 Results

Posts Tagged ‘strategy’

A few strategy hints

Posted by muku
Tuesday, May 5th, 2009

UPDATE: Now with (spoilerific) screenshots after the break.

Since several people seemed to find The Triumph of Time pretty hard, I decided to give some pointers as to how to best play the game.

Let me describe the core mechanics of the game. As soon as you have built a pylon next to a star, it will extract particles from it at a fixed rate. The larger the star is, the more particles are extracted per time unit. Building several pylons next to a star will not increase this rate, the particles will just be randomly distributed over all pylons. The particles will then go on to more or less randomly distribute themselves along all barriers which extend from their current pylon.

At a fixed time interval (every two seconds, if I recall correctly), the cloud of antimatter will expand in every direction. It can only be blocked by having a barrier which is powered by particles in its way. However, for every grid cell along the barrier which the cloud tries to enter, one particle on this barrier will be destroyed; when all particles are destroyed, the barrier falls.

So here are some rules of thumb for successful play:

  • Try to tap each star at your disposal as early as possible, especially the large ones.
  • Try not to lose any stars to the cloud as that will severely cut your particle budget.
  • Do not build any superfluous barriers within your territory. Every particle that swirls around on a barrier which is not at the frontier does not contribute to your defenses and is essentially useless. So, try to keep the paths which transport particles to the frontier as efficient and short as possible.
  • Keep the frontier as small as possible. Every frontier tile (i.e., a cell on a barrier which delimits your territory from the cloud) will cost you a particle every two seconds, so minimize your surface. PRO TIP: It’s well known that the shape with the smallest ratio of circumference to area is a circle. It may help to keep your territory roughly circular.
  • I’ve found that once a critical barrier has fallen, it’s often very difficult to recover. It’s better to stake out your territory on the conservative side rather than lose it all.

I hope this helps a bit. After the break (SPOILERS): screenshots on how to solve the first four levels.

(more…)

Lost Roads Finished!

Posted by Comtemno
Sunday, December 7th, 2008

Finally, my game is finished. If I had more time, I would’ve added a lot more stuff. But I am too tired of this game, so I am just going to release it now. If you have any problems, comment!

Made by: Game Maker 7.0

Difficulty: Depends on how you play.

Length: I never finished it, but should take 30 minutes-1 hour.

Screenshots:

A battle:

A screenshot of the map screen, taken from the beginning of the game.

Game:

http://host-a.net/kaderli/Lost%20Roads%20Release.zip

Source Code:

http://host-a.net/kaderli/Lost%20Roads%20Source.gmk

The Chain Fight 1.0

Posted by TenjouUtena
Sunday, December 16th, 2007

Here’s the 1.0 version of The Chain Fight

The Chain Fight 1.0

The python only link: TheChainFight.zip — Unzip the file, and run ‘python main.py’

The Windows link: TheChainFight-Win.zip (Mirror) — Unzip the file, and run ‘main.exe’

Please find me on IRC, or leave a comment if you find anything wrong. Thanks! If the debug info from the AI bugs you, you can hit ‘D’ during gameplay.

As a note, notice that above, the python is 133 KB, and the Windows version is 2.6 MB. You’ll save yourself a lot of downloading for the python entries if you download and install python and pygame

Galcon

Posted by philhassey
Monday, November 26th, 2007

Galcon cleaned up pretty well in the compo. Here are links to my post-mortem and history. Truth be told, I’ve been making versions of this game for about 15 years now. But this version almost didn’t happen - during the theme voting for this contest I was leading a large group of people to back a different theme from swarms - I had in mind to make an Adventure Game. But since swarms won, I figured I’d try re-making Galcon again for lack of a better thing to do.

On the tech side I realized I needed to up my production going beyond what can be done with pygame. I used pyplus and swig to build C extensions for my game so that I could do some cool graphic and swarming techniques not possible within python. However this caused some trouble, I was able to submit my linux source of the game for the deadline, but due to the craziness of python extensions for windows it took me another full day of work to get it ported to windows.

2006.png

After the compo I made a shareware version of the game:

1011.png

102.png

201.png

Check it out.


All posts, images, and comments are owned by their creators.