GUI for my first Snake game in Three.js

I am creating my first game in Three.js and TypeScript: Playground

I ported this prototype from the tutorial: Unity 2D Snake Tutorial

I need to add:

  • “Start Game” button
  • "Lives: " and "Score: " labels

What can I use? What is a better solution?

I just use HTML for my UI personally.

2 Likes