acwright / GameExample

An HTML Canvas game example with Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Example

A HTML/Canvas game example

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run generate

About

An HTML Canvas game example with Typescript


Languages

Language:TypeScript 93.5%Language:CSS 2.8%Language:Vue 2.5%Language:JavaScript 1.2%