Poll:
You do not have permission to vote in this poll.
Total 0 vote(s) 0%
* You voted for this item. [Show Results]

Can someone please give me some game ideas?
#1
Something that is fairly reasonable, easy to make, and simplex.

I have many ideas- but most are very hard to make (I have very little-basic programming knowledge's).
[Image: m2m2gSSDCz-2.png]

Well I WAS the walrus.
Reply
#2
There's always the classic Obstacle Course.

To make killbricks, insert a Script object into the thing you want to make deadly and type this in:

[lua]
link(script.Parent.Collided, function(hit)
if hit.Name == "Body" and hit.Parent ~= nil then
hit.Parent.Health = 0
end
end)
[/lua]

Or, if you want to make something kill you if you make too many mistakes you can change the "= 0" part to "= hit.Parent.Health - 25" or some other suitable number.
[Image: iwn8gk.gif]
Reply
#3
No obstacle courses.
I don't want to make those.
They are too generic and common.
[Image: m2m2gSSDCz-2.png]

Well I WAS the walrus.
Reply
#4
(01-25-2013, 09:55 PM)Oak Wrote: No obstacle courses.
I don't want to make those.
They are too generic and common.

You have no options left. I've tried doing something different myself, guess how that ended.
[Image: 9g5l9w1mtad.png]
The red dots specify where the bombs will be dropped.
Reply
#5
You could build a large structure made out of many tiny parts, and add a rocket launcher, so players could blow it up.
http://2dworldsfansite.weebly.com
[SPOILER][Image: NDIBirc.gif][/SPOILER]
Reply
#6
something not complicated,
cant help there,
[Image: whatdidyoudofix.gif]
Reply
#7
make a game where you can reverse gravity and rewind time and flip in to 3 dimensions and you have to defeat a 6th dimensional bad guy
Reply
#8
(01-27-2013, 09:39 PM)Duck Wrote: make a game where you can reverse gravity and rewind time and flip in to 3 dimensions and you have to defeat a 6th dimensional bad guy


I wasn't able to understand a word that you just said, Duck.
[Image: m2m2gSSDCz-2.png]

Well I WAS the walrus.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)