Guide on How to Solve Problems Easier

Consider what you have, your constraints and bonuses to make the solution

Step 1. Identify the desired solution
Step 2. Identify how to locally get the solution.
What tools do I have to do that?

Step 3. Build the framework around that local solution.
In my voting system:

I used buttons to vote for a person as the local solution, and then built the teleporter system and other components to use that local solution.

Step 4. Make the solution more efficient

2 Likes

Try to not make 6-sentence guides. Maybe you could expand this?

2 Likes

Probably…

1 Like

Short guides like this will only clutter up the forum.

1 Like

You should go in depth for each step.

1 Like

There’s been so many new users that make like, 3 word long guides (no offense, @getrithekd).

2 Likes

None taken.

1 Like

:rofl: :skull:

1 Like

I wonder, is there any-- oh wait! I just bumped into this guide!

Here is my idea of what a general problem solving process should be

  1. Identify what you wanna build

  2. Identify what your result should be capable of doing

  3. Lets say you wanna build a product, and for now i’m calling it “x”
    The product x is capable of doing a1, a2, a3, where each a# is a seperate task
    lets make a set containing each a#, called “S”

4.Now, take each element from S, and build a device contraption for each element one by one.

5.For each subset of S, check that each element’s device contraptions connect with each other correctly (wires, channels).

  1. review and test out your final product for bugs/malfunctions

idk why the number list is spaced weirdly

3 Likes