Gaming R&D
Exploring game ideas in XR
DESCRIPTION
The initial concept focused on creating an experience that simulates visual impairment.The goal was to design a game environment where individuals with visual disabilities could participate on par with others.
Early ideas involved "blindfolding" the player, limiting or entirely removing visual input from the VR display, and instead relying heavily on spatial audio cues for navigation and interaction.
Some of these concepts were developed into working prototypes.
Blind Game (for lack of a better name)
Mode: Single-playerConcept: The player navigates a tile-based obstacle course with the objective of reaching the end.
Gameplay: Audio cues indicate the proximity and type of obstacles (holes, walls, etc.), guiding the player through the course.
Technology: Developed in Unity, using a VR headset to track the player's position in the 3D environment and play sounds accordingly.
The Blind Swordsman
Mode: Multiplayer (1 vs many)Concept: One blindfolded player, the "swordsman", confronting multiple opponents.
Gameplay: The main player uses sounds to detect the location of other players who throw virtual projectiles. The aim is to strike the opponents while dodging their attacks. Opponents can use audio decoys to mislead the blindfolded player or sabotage each other.
Technology: Built in Unity with a client-server architecture. The blindfolded player uses a VR headset, while others play using tablets to aim and launch projectiles.
As the project evolved, alternative prototypes were explored that moved away from the blindness simulation concept.
AR Shooter
Inspired by "The Blind Swordsman", but with visual input restored to the main player.Mode: Multiplayer (1 vs many)
Concept: Set in a closed arena, the main player moves freely while opponents attack from above throwing projectiles.
Gameplay: The main player has to dodge incoming attacks, while shooting towards opponents attempting to strike them back.
Technology: The main player wears a VR headset. Other players interact through tablets, aiming at the main player in the arena represented by a tabletop area enhanced with visual markers for AR tracking. Optionally, the VR player can switch to a traditional FPS mode using keyboard and mouse.
ROLE
An essential point was whether to use existing systems or develop our own around VR and/or motion capture technologies.To guide this decision, we needed to evaluate and experiment with available technologies.
Thanks to the resources provided by the university's mixed reality lab, we had access to a wide range of devices and tools.
Some of the technologies we investigated included:
- VR headsets such as the HTC Vive and Oculus Rift, as well as smartphone-based devices (similar to Google Cardboard)
- Microsoft Kinect
- Microsoft HoloLens
- Matterport 360 cameras
- GoPro cameras
- Various positioning sensors and motion capture systems
In addition to testing hardware, we also explored several key areas:
- Existing AR frameworks on mobile devices (Vuforia, EasyAR, 8th Wall, ARCore, etc.)
- Tracking methods for body, hands, head, face, and props through:
- 2D and 3D image analysis
- Body tracking using Kinect
- Positioning sensors
- Different camera setups, including:
- Front, side, top view
- Single vs multi-camera configurations
- Image vs depth-based
- Single-player and multiplayer gameplay options