shrekshao

LD 40

TetrisTank! My first LD game!

Play in browser: https://itch.io/embed-upload/681523?color=333333

Tetris + Besige + Tower defense.

LD link: https://ldjam.com/events/ludum-dare/40/tetristank

TetrisTank3.gif

I just wander how to change my avatar

Didn't find interface for that... But I saw others with their customized ones... BTW Love my first LD Compo experience. I wanted to give up for several times but finally when I get over it, I receive a great gift which is my game, and I'm really satisfied with it. It's one of the best weekends I've had! Thank you for all the awesome work to make this happen!

Feel satisfied with my first LD result

Snipasteem2017-12-28/em14-54-46.png

Good at daydreaming, poor at execution LOL

Try it if you haven't yet: https://ldjam.com/events/ludum-dare/40/tetristank

And happy new year!

LD 41

Type/Genre table from GameDev Tycoon

Not sure if I'm in, but take a look at this type/genre combination table from game dev tycoon. Might be helpful. (Pick the cells with red and ---, and enjoy (suffer) hahahahahaha~~~~~~~) steamworkshopemwebupload/empreviewfileem216784744/empreview.png

LD 42

City2048 Update: Come play and rate

ld42-7.gif

https://ldjam.com/events/ludum-dare/42/city2048

Update smooth lerp animation of trucks. Add back destroy building feature. Come play and rate if you haven't

LD 43

Methods to communicate between game objects in Unity

During the past experience of Ludum Dare, one thing keeps confusing me is how to communicate between game objects "elegantly" in Unity. Since I am not a full time professional game dev, I really like to know what are the widely used proper way to handle this.

Several methods I've used before:

  1. Tight coupling referencing (either using Find, GetComponent, or drag and drop in Editor)
  2. Delegate (never used during a jam though as everything is build up quickly)
  3. Having a GameManager handle most logic, while entities mainly contains data only and have a reference to that global GameManager

Would like to hear your thoughts

LD 44