Explore an Amazing Maze in 3D Space!

  • Thread starter Thread starter AtlasSniperma
  • Start date Start date
  • Tags Tags
    3d Space
AI Thread Summary
A new personal project has been developed, allowing users to explore a maze that extends beyond traditional dimensions, up to a maximum of eight, while still operating within a 3D space. The program does not allow for simultaneous viewing of all dimensions; instead, it displays three dimensions at a time, enabling users to swap which dimensions are visible. This approach addresses the challenge of representing higher dimensions in a 3D environment. The maze's design abstracts the concept of higher dimensions, differentiating it from standard 2D mazes found in newspapers. A video is available to further explain the concept and functionality of the program. Feedback and commentary on the project are welcomed.
AtlasSniperma
Messages
22
Reaction score
0
Hey everybody,

So I just finished the first version of a personal project I've been working on. This is a simple program that enables you to explore a maze that consists of more than 2 dimensions(to a maximum of 8) in 3d space.

It's a simple creature that I'm not sure anyone would really be interested in playing, but if you are you can check it out at the following address.
http://www.indiedb.com/games/am4zing

Commentary and/or feedback is appreciated,
Thanks.
 
Technology news on Phys.org
Cool! How do you handle 4 to 8 dimensions in a 3D world?

Like, if you turn right 4 times do you not end up back where you started?
 
DaveC426913 said:
Cool! How do you handle 4 to 8 dimensions in a 3D world?

Like, if you turn right 4 times do you not end up back where you started?

Sadly no. That is in fact the original way it was attempted, but the program just wouldn't work. Instead it displays only 3 of the available dimensions at a time, and allows you to swap out what ones are visible at any given moment.
 
AtlasSniperma said:
This is a simple program that enables you to explore a maze that consists of more than 2 dimensions(to a maximum of 8) in 3d space.
You can't have more than three dimensions in 3D space. That "D" in 3D stands for "dimensions."
 
  • Like
Likes AtlasSniperma
Mark44 said:
You can't have more than three dimensions in 3D space. That "D" in 3D stands for "dimensions."
-_- I realize that. The maze is abstracted to fit in our world. I meant as opposed to moving in a 2d maze like those in a newspaper and most maze programs.
 
AtlasSniperma said:
-_- I realize that. The maze is abstracted to fit in our world. I meant as opposed to moving in a 2d maze like those in a newspaper and most maze programs.
So how can you have up to 8 dimensions in 3D space?
 
Mark44 said:
So how can you have up to 8 dimensions in 3D space?
See reply to 'DaveC426913' :D

AtlasSniperma said:
Sadly no. That is in fact the original way it was attempted, but the program just wouldn't work. Instead it displays only 3 of the available dimensions at a time, and allows you to swap out what ones are visible at any given moment.
 
Mark44 said:
So how can you have up to 8 dimensions in 3D space?
There is a video explaining the concept.
Your view is always limited to a 3D hyperplane aligned to three spatial dimensions of the maze, which is then projected on the 2D screen. You can choose the view.
 
  • Like
Likes AtlasSniperma
Back
Top