Click here to Skip to main content
15,884,629 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle 717 5/6 Pin
jmaida5-Jun-23 20:17
jmaida5-Jun-23 20:17 
GeneralRe: Wordle 717 Pin
Sander Rossel5-Jun-23 21:07
professionalSander Rossel5-Jun-23 21:07 
GeneralRe: Wordle 717 Pin
ChandraRam5-Jun-23 21:30
ChandraRam5-Jun-23 21:30 
GeneralRe: Wordle 717 Pin
Cp-Coder6-Jun-23 2:07
Cp-Coder6-Jun-23 2:07 
GeneralRe: Wordle 717 (Inspired by Tetris) Pin
Jeremy Falcon6-Jun-23 4:14
professionalJeremy Falcon6-Jun-23 4:14 
GeneralRe: Wordle 717 (4/6) Pin
musefan6-Jun-23 4:22
musefan6-Jun-23 4:22 
GeneralRe: Wordle 717 Pin
Sandeep Mewara6-Jun-23 4:55
mveSandeep Mewara6-Jun-23 4:55 
GeneralPostponing actions in a cascade Pin
Calin Negru5-Jun-23 11:10
Calin Negru5-Jun-23 11:10 
Initially I was thinking why this hasn’t been done yet, I starting typing and then I realized why. I have in mind a general purpose problem solving algorithm that could be applied to RTS games too. To get it working you would need the following.
A list of problems that might get in while you try to achieve something
A list of solutions to each of those problems
It would operate like this:
Start the process PR1 which consists of the things that need to be done to achieve the main goal.
If something unexpected takes place, let’s say obstacle one in the way you have stop PR1, identify what type of problem obstacle one is from the list of problems and pick a solution from the list of solutions to that type of problem. Let’s say the solution is executing process PR2
While executing PR2 a problem may occur again. This means stoping process PR2 and finding a solution to the problem. The solution could be starting process PR3.
If we talk in terms of a RTS game PR1 might consist of units of type 1 UT1, trying to reach destination DT 1, obstacle one could consist of units of type 2 with a different color and with a fire range reaching at UT1, UT2 are located somewhere that UT1 can’t get to.
PR2 could mean airborne units that need to get to UT2. The problem that might get in the way while executing PR2 could consist of ground to air defensive buildings that are found somewhere down the road towards UT2 having the same color as UT2 I’m not going to cascade any further.

If PR2 is completed PR1 is resumed.
The problem is that in a RTS game things don’t stay as they are too much time. There is a chance UT2 might get moved by the owner from their initial location, that would leave PR2 in mid air.
What are your thoughts?
GeneralRe: Postponing actions in a cascade Pin
honey the codewitch5-Jun-23 11:50
mvahoney the codewitch5-Jun-23 11:50 
GeneralRe: Postponing actions in a cascade Pin
Calin Negru5-Jun-23 22:42
Calin Negru5-Jun-23 22:42 
GeneralRe: Postponing actions in a cascade Pin
honey the codewitch6-Jun-23 0:10
mvahoney the codewitch6-Jun-23 0:10 
GeneralRe: Postponing actions in a cascade Pin
Slacker0075-Jun-23 12:27
professionalSlacker0075-Jun-23 12:27 
GeneralRe: Postponing actions in a cascade Pin
Nelek5-Jun-23 14:11
protectorNelek5-Jun-23 14:11 
GeneralRe: Postponing actions in a cascade Pin
Gerry Schmitz5-Jun-23 20:43
mveGerry Schmitz5-Jun-23 20:43 
GeneralRe: Postponing actions in a cascade Pin
Pete O'Hanlon5-Jun-23 23:20
mvePete O'Hanlon5-Jun-23 23:20 
GeneralRe: Postponing actions in a cascade Pin
Calin Negru6-Jun-23 3:59
Calin Negru6-Jun-23 3:59 
GeneralRe: Postponing actions in a cascade Pin
Gerry Schmitz6-Jun-23 5:08
mveGerry Schmitz6-Jun-23 5:08 
GeneralRe: Postponing actions in a cascade Pin
PIEBALDconsult6-Jun-23 3:37
mvePIEBALDconsult6-Jun-23 3:37 
GeneralRe: Postponing actions in a cascade Pin
jschell6-Jun-23 5:09
jschell6-Jun-23 5:09 
GeneralRe: Postponing actions in a cascade Pin
Calin Negru6-Jun-23 21:44
Calin Negru6-Jun-23 21:44 
GeneralThoughts on current chatty AI Pin
Cpichols5-Jun-23 3:17
Cpichols5-Jun-23 3:17 
GeneralRe: Thoughts on current chatty AI Pin
Slacker0075-Jun-23 3:34
professionalSlacker0075-Jun-23 3:34 
GeneralRe: Thoughts on current chatty AI Pin
WPerkins6-Jun-23 3:14
WPerkins6-Jun-23 3:14 
GeneralRe: Thoughts on current chatty AI Pin
Mark Starr6-Jun-23 4:20
professionalMark Starr6-Jun-23 4:20 
GeneralRe: Thoughts on current chatty AI Pin
jschell6-Jun-23 5:16
jschell6-Jun-23 5:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.