Sam Stassijns
banner
samxarpy.bsky.social
Sam Stassijns
@samxarpy.bsky.social
#XR developer and co-founder @Xarpy (innovative XR for the cultural and educational sector)

Passion for social media, teaching and #IOT projects and #3DPrinting!
Hi there, currently it is custom made for (and only available at) that specific room in the Castle of the Counts (in Ghent, Belgium).
We do have plans to make this into a fully fledged MR game you could play at home!
November 21, 2024 at 6:55 AM
November 15, 2024 at 3:06 PM
7. Last but not least I changed some of the room to room connections into breakable walls.
There is no obvious path anymore and players need to break through some walls to get to the end!

Hope you enjoyed this first makeshift thread!
November 15, 2024 at 3:04 PM
6. To make it more challenging I decided to make players follow the longest possible path to the grail.
I wrote a recursive function to close off some room to room connections that checks if you can still go from any room to the endroom and scores based on how many steps it took.
November 15, 2024 at 3:04 PM
5. Next I added the following logic to the rooms:
- rooms need to have walls on the outside
- rooms need to be connected to all of its neighbours (meaning no walls in between).
November 15, 2024 at 3:03 PM
4. To procedurally generate the inner dungeon I used binary splitting.
This is a recursive algorithm that splits a bigger rectangle into smaller ones by either splitting horizontally or vertically (thus binary) using parameters like a min and max size (in x and y)
November 15, 2024 at 3:01 PM
3. Some rooms always stay the same:
The start rooms at the front and the room at the end (rooms in green) where the holy grail is kept.
This leaves an area in the middle (in blue) that can be procedurally generated.

Very important for this process is that all rooms remain accessible.
November 15, 2024 at 2:59 PM
2. First I split the existing grid into an even smaller grid and created cells. Cells could have walls on their borders and be combined together to create a room.
Rooms can be connected to other rooms and all together they form the entire dungeon.
November 15, 2024 at 2:56 PM
1. Using the ground plan of the space, I created a virtual version inside Unity.
The green points are on the pillars and at the walls.
This creates some kind of grid with all the points I need to start creating virtual walls in between.
November 15, 2024 at 2:53 PM
Saw this pass by on LinkedIn a while ago. Very interesting. Will be following along to see what this turns into!
November 13, 2024 at 2:07 PM
I work for two XR companies (XR-Labs belgium which is a VR simulator for the belgian special forces and police) and my own XR startup for XR in the cultural sector.
What would be the requirements to be added to the started pack?
Will be setting up one or more company accounts in the future too.
November 13, 2024 at 1:56 PM
Hi there!

I am an XR developer working on a VR simulator to train the belgian special forces and police.
On the side I started my own XR startup to bring XR to the cultural sector!

Happy to connect with more like minded people!
November 13, 2024 at 1:19 PM