itch.io is community of indie game creators and players

Devlogs

How to play... #devtober

Drones
A browser game made in HTML5

Progress continues on Drones (VR). Currently, the game loop works fine with one exception: the tutorial scene! This shows when first playing the game so the player knows what to do. It's a pretty simple game but just that initial 'HOWTO' may help...

This is the current tutorial screen:

There are a couple of issues here!

  • The 'controller' is a mobile phone.
  • The 'Start' button (which captures a tap anywhere on screen) begins the game. This doesn't work currently in VR.

So today's task is to port this to Quest:

  1. Replace cell phone with appropriate controller images.
  2. Make the 'Start' button interact with VR.
Download Drones
Leave a comment