cdeevfrr / Photon

A video game
GNU General Public License v3.0
0 stars 0 forks source link

Design a few levels to get players familiar with the interface #31

Open cdeevfrr opened 2 years ago

cdeevfrr commented 2 years ago

When people look at the current game, they see a bunch of squares that change colors.

We want them to see a 3d world that's hard to visualize.

Design a few maps that just get players to do basic stuff - walk forward. Go up. Go around something. Go forward until you find what you're looking for.

Navigating in this world is hard when you don't see it as 3d yet.

cdeevfrr commented 9 months ago

So, first, a map where you are on a green surface and go to a blue block (or similar)

Then, a map where you have to go around a corner to get to the block.

Then a map where you have to go up to get to the block.

Making connections

Then a map where you just have to connect two nodes.

Then a map where you have to connect 4 nodes and travel through the resulting tunnel.