Skip to content

rickyxyz/tris

Repository files navigation

Tris

This project is a sample game project I used to learn VueJS3.

Tris Screenshot

In this game your objective to clear all enemies on the stage by using the available moves on the bottom.

Guide

  • If your health reaches zero, the game restarts
  • Every move consume your health and increase your heat
  • Every turn your heat decreases

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build