Author Topic: Game Design Megathread  (Read 554530 times)


y the, like, sound waves? that's really distracting
also I feel like that's the kind of UI that would be great for people who are liked to it, but awfully annoying for anyone else. can you just use your mouse?

otherwise, it looks pretty nice
I like zebrabeam

because signal rings are like all over the place, its a running motif

star signal 144

i dont see how it could be annoying, especially if you only find menus like this in safe areas and can take your time

I MADE AN AI, HOLY forget :O



So, you might be going, "Ben, that looks loving stupid and probably fake you lying cunt. How the forget is this thing an AI?" Well, I didn't study AI systems at all, so I've just been working completely from scratch on a concept I've had in my head. I'm going to study AI algorithms soon, once I feel like I've reached a point where I need help.

VacBot, the cute little yellow cube, is based on this task-based system I've been working on. Aside from the fact he's extremely simple (he can only move forward and left), he also doesn't yet implement all the functionality I want for my AI system, but right now the way he works:

1) On the first update, he gives himself a task to complete ("Move Forward", assigning tasks will later be completed by another system).
2) Every task returns a bool on if it's complete or not (for example, Move Forward will only be complete if he's reached the end in this instance), and Task Manager uses the return value to say if we need to re-add the task to the task list so it can be processed again.
3) Every time we do a Move Forward task, a simple raycast is done in front to determine if there's an obstacle. If one is detected, the Move Forward task returns false and instead manually adds the "Clear Obstruction" task to the list.
4) Clear Obstruction performs a move operation to the left and then does three raycasts to determine we're not touching anything. I'm using only three because this example means he's only ever going to be going forward.
5) When Clear Obstruction finally stops repeating, the system will auto-assign Move Forward to the task list, and the cycle continues until it reaches the goal.

This thing is AI because it's dynamic. I can add as many obstacles as I want at any point, and he'll (almost) correctly handle that. There's a LOT of work to go from here, but I'm super happy I got the basic roots of task-based AI down (using delegates, since Unity/C# don't support function pointers).

EDIT: Should be noted; the task-list is a stack. The idea is that higher priority tasks are added at the top and completed before lower-priority tasks. In the end I'll likely change this, but the behaviour is working well for now. I'm also using single-parameter delegates for my tasks, although I will likely change this to be zero-parameter, instead using class variables where possible. I'm still working out the semantics as I go.
« Last Edit: March 09, 2016, 01:25:39 PM by McJob »



this is the data menu, where you can find more elaborate descriptions of things

(ostensibly)



this is the data menu, where you can find more elaborate descriptions of things
(ostensibly)
in places like this, where the entire screen changes, a big signal blip like that seems fine. great, even. but in that other one, it's way too much
I'm guessing you're in charge of this stuff, so, do whatever you want, but it's just a lot. I'm not sure what I'd suggest instead, but I mean, not every UI action has to have this gimmick
i dont see how it could be annoying, especially if you only find menus like this in safe areas and can take your time
even if I can take my time, being forced to do so is annoying

PLs solve this :

Code: [Select]
Algorithm:

init the program and draw the world :D

Solve what about that exactly? Wait, weren't you the guy that got banned for stealing a few simple shape models?

Yes, you're right.

Now i'll steal your image profile
« Last Edit: March 09, 2016, 03:52:08 PM by FelipeO_O »

Did something actually break?



http://www.oxforddictionaries.com/us/definition/american_english/lazy
Cool. So since you're too lazy to do anything on your own, I guess I'm too lazy to help. Works out.

And it was super clever, I might add, to link the dictionary definition of the word. Really helps lift up your character.

Cool. So since you're too lazy to do anything on your own, I guess I'm too lazy to help. Works out.

And it was super clever, I might add, to link the dictionary definition of the word. Really helps lift up your character.


Cool. So since you're too lazy to do anything on your own, I guess I'm too lazy to help. Works out.

And it was super clever, I might add, to link the dictionary definition of the word. Really helps lift up your character.

Join us too  :cookieMonster: