MestreRothLD

LD 39

"20 rating is not enough"

Some people got unhappy with the results and began this "20 ratings is not enough to get a decent score for a game" discussion.

With an open mind, I ask you to show us which games in your opinion got to the top without deserving it.

LD 41

What could have been

Well, it's probably too late for concept trips, but just for fun I share this simple C# script to mix genres.

Simply attach it to any GameObject (Unity) and press Z to print the genre salad.

I definitely should have read about a "beat'em up logic" game or a "sports RTS" earlier...

public class Genrifier : MonoBehaviour {

    string[] genres = new string[]{
        "Platform",
        "Shooter",
        "Fighting ",
        "Beat 'em up",
        "Stealth",
        "Survival",
        "Rhythm",
        "Survival horror",
        "Metroidvania",
        "Text adventure",
        "Graphic adventure",
        "Visual novels",
        "Interactive movie",
        "Real-time 3D adventure",
        "Action RPG",
        "MMORPG",
        "Roguelikes",
        "Tactical RPG",
        "Sandbox RPG",
        "First-person party-based RPG",
        "Cultural differences",
        "Choices",
        "Fantasy",
        "Construction and management simulation",
        "Life simulation",
        "Vehicle simulation",
        "4X",
        "Artillery",
        "Real-time strategy (RTS)",
        "Real-time tactics (RTT)",
        "Multiplayer online battle arena (MOBA)",
        "Tower defense",
        "Turn-based strategy (TBS)",
        "Turn-based tactics (TBT)",
        "Wargame",
        "Grand strategy",
        "Racing",
        "Sports",
        "Competitive",
        "Sports-based fighting",
        "MMO",
        "Casual",
        "Party",
        "Programming",
        "Logic",
        "Trivia",
        "Board / Card",
        "Idle",
        "Advergame",
        "Art",
        "Casual",
        "Christian",
        "Educational",
        "Electronic sports",
        "Exergame",
        "Serious"
    };

    void Update () {
        if (Input.GetKeyDown(KeyCode.Z))
        {
            int index1 = Random.Range(0, genres.Length);
            int index2 = Random.Range(0, genres.Length);

            string genre1 = genres[index1];
            string genre2 = genres[index2];

            Debug.Log(genre1 + " " + genre2 + " game");
        }
    }
}

LD 43

Looking for advice to implement requested feature.

02.gif

Hello, LD buddies.

By far, the two most asked additions for our game were more maps, more creature types.

As we are now returning to development and I'm completely refactoring the creatures AI system, it's a good time to ask which unit types you think would fit/you would like to see in the game.

We're interested in any suggestions, critics and other feedback you're willing to give.

Thanks a lot in advance!

> Click here to play Cute Army Conquest <

Ludum Dare 57

Programmer looking for team/artist

Hey, all good? I'm currently available and looking for team. If you need/want a programmer, please feel free to reach out!

Some past work: - Portfolio (wip): https://renanvieira.carrd.co - Cute Army Conquest (24th overall): https://ldjam.com/events/ludum-dare/43/cute-army-conquest - Tourist Chaos (42th overall): https://ldjam.com/events/ludum-dare/40/tourist-chaos - Nex Machinan (30th fun, done alone): https://ldjam.com/events/ludum-dare/39/nex-machinan

Ludum Dare 58

Programmer looking for artist / team

Hello there. I'm currently looking for a good artist / team to make the jam and maybe more together.

My main engine is Unity, but I have used a few others too (Construct, Defold, Cocos Creator etc).

Some LD games:

  • Cute Army Conquest (24th overall): https://ldjam.com/events/ludum-dare/43/cute-army-conquest

  • Tourist Chaos (42th overall): https://ldjam.com/events/ludum-dare/40/tourist-chaos

  • Nex Machinan (30th fun, done alone): https://ldjam.com/events/ludum-dare/39/nex-machinan

Please feel free to reach out!

Mobile playable games

Hey, all. Does anyone have a mobile friendly game to share?

Currently AFK and eager to play some nice LD games.

Ludum Dare 59

Unity developer looking for artist to partner up with

Hello there.

I'm a game programmer, currently looking for a game artist to partner up with for the jam and, ideally, for longer term adventures. I'm open to working with an experienced game designer too.

Here's my (slightly outdated) portfolio: https://renanvieira.carrd.co.

Please feel free to reach out via Discord (rkvieira).

Best regards!