Logo

Web Games

2021 –  Web App

vuejs typescript games

Web Games is a simple VueJS implementation of several popular casual games, developed to help me understand how to implement similar ideas in Unity.

  • Flood It

    • Flood the board with a single colour before time runs out!
  • Minesweeper

    • Sweep and clear a board of mines without detonating any!

The project is built with VueJS and follows Google's Material Design concepts (utilizing the Vuetify component library). It allowed me to experiment with a simple GitLab pipelines workflow, as well as basic Jest tests for the underlying logic.