Author Topic: Sort of Lemmings Game Idea  (Read 3490 times)

0 Members and 1 Guest are viewing this topic.

Offline Xaron

  • Posts: 5
    • View Profile
Sort of Lemmings Game Idea
« on: June 14, 2016, 02:33:49 PM »
Hey there,

As I grew up with Lemmings I had a game idea in my head for a long time (very long, must be since the good ol' C64 days).

So what about a top down approach. Think of Pac Man (or other maze) level design and several creatures start to walk at different locations and you have to guide them to the exit. Problem, they are not allowed to meet/hit each other (so there won't be 100 of them of course). Your task is to use obstacles, switches (e.g. that they have a direction and you can rotate them by 90 degrees each click), doors, teleporters to move as many of them as possible to the exit.

Being a programmer by myself I'd love to create such kind of a game but would love to get some feedback if that at all could lead to some fun game? ;)

Cheers!
« Last Edit: June 14, 2016, 02:40:08 PM by Xaron »

Offline Proxima

  • Posts: 4571
    • View Profile
Re: Sort of Lemmings Game Idea
« Reply #1 on: June 14, 2016, 02:55:13 PM »
Sounds a bit like Chu Chu Rocket.

Offline Xaron

  • Posts: 5
    • View Profile
Re: Sort of Lemmings Game Idea
« Reply #2 on: June 14, 2016, 03:02:14 PM »
Googled it and yes, indeed. It goes into that direction even though not that fast paced action.

Online Simon

  • Administrator
  • Posts: 3881
    • View Profile
    • Lix
Re: Sort of Lemmings Game Idea
« Reply #3 on: June 14, 2016, 03:13:31 PM »


GS Guys. I wrote this around 2005. Guide the smileys to the goal tiles, without having the smileys crash into each other. Rotate the floor tiles by clicking, and watch the smileys react to various types of floors.

The smileys collect items for you, which give you special powers: Cut down grass with the scissors, set the springboard strength with a wrench, and lay glass tiles to cross gaps.

GS Guys doesn't exist on the internet right now, I'd have to fish it from old backup drives. This game is a Lua script that runs within a completely different C++ freeware game. >_>;

This was a mixture of 90 % route-planning and 10 % dexterity.

-- Simon

Offline Xaron

  • Posts: 5
    • View Profile
Re: Sort of Lemmings Game Idea
« Reply #4 on: June 14, 2016, 03:19:16 PM »
HA! Great Simon. Looks like my idea was not that unique as I though it would. LOL.

Well at least I had it about 20 years ago, so well... Here goes the time...

Nevertheless I think I'm gonna start this just to get it out of my mind finally. :D

Online Simon

  • Administrator
  • Posts: 3881
    • View Profile
    • Lix
Re: Sort of Lemmings Game Idea
« Reply #5 on: June 14, 2016, 03:24:49 PM »
Hnn. :lix-grin: It's a flexible core idea. It can't be that my take on it is the only one.

Go for it, I'm looking forward to first results!

-- Simon

Offline Xaron

  • Posts: 5
    • View Profile
Re: Sort of Lemmings Game Idea
« Reply #6 on: June 14, 2016, 03:33:38 PM »
I think the main problem is not the programming part but the level design... But yeah, step by step, we can come back to this later. :)

Offline namida

  • Administrator
  • Posts: 12399
    • View Profile
    • NeoLemmix Website
Re: Sort of Lemmings Game Idea
« Reply #7 on: June 14, 2016, 03:34:06 PM »
I had considered something similar at one point in the past to achieve a Lemmings fangame that was more similar to 3D Lemmings, without having to actually make something 3D. It never got beyond the "I have this idea" stage.

Anyway, I'm interested to see how this turns out. :)
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Xaron

  • Posts: 5
    • View Profile
Re: Sort of Lemmings Game Idea
« Reply #8 on: June 14, 2016, 03:36:34 PM »
Interesting! But I won't make this 3d, just 2d top down. And probably both mobile and PC/Browser.

Maybe we can brainstorm ideas here a bit? I will see that I put together my ideas so far in a readable format.
« Last Edit: June 14, 2016, 03:43:47 PM by Xaron »