camilacanhete / pixijs-game-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixiJS Game Test

A simple match-3 game using Typescript with PixiJS framework. Bundled using Webpack. Play the game: https://camisfolio-pixijs.web.app/

Folders

src

The development folder where all magic happens.

dist

The production folder with a bundle version of the development code and all necessary assets. Do not edit this folder manually, always use Webpack to generate the content. All javascript/typescript/css code inside this folder will be minified / obfuscated and all assets will be renamed (except the spine assets).

Commands:

  • npm run build - starts build procedure
  • npm run start - start watching for files and open's server on localhost:8080
  • npm run test - run tests
  • npm run code-coverage - generate code coverage report
  • npm run code-style-check - run's eslint and prettier check on your code

Credits

This projects uses a Boilerplate and some assets by Kenney

About

License:MIT License


Languages

Language:TypeScript 80.6%Language:JavaScript 13.9%Language:SCSS 3.1%Language:HTML 2.2%Language:Shell 0.2%