Rhomennik / pixi-roulette

Simple roulette game in PixiJS

Home Page:pixi-roulette.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status Windows build Linux build MacOs build

pixi-typescript-boilerplate

Beginner friendly template for pixi.js with Webpack

Highlights

  • πŸ”° - Beginner friendly.
  • πŸ›  - Typescript + Babel.
  • ✈️ - Live reload.
  • πŸš€ - Blazing fast bundle times
  • πŸ“ - Consistent code style using Prettier and Eslint
  • πŸ“ - Unit test support with Jest, generating code coverage.

Usage

Click on the green button "Use this template" on top of the repo or

Simply copy paste this and start coding

git clone --depth=1 --branch=master https://github.com/yordan-kanchelov/pixi-typescript-boilerplate

rm -r -force ./pixi-typescript-boilerplate/.git

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

For vscode users - ctrl ( or ⌘ ) + shift + b will run the watch build as its set as default vscode task

About

Simple roulette game in PixiJS

pixi-roulette.vercel.app

License:MIT License


Languages

Language:TypeScript 89.2%Language:JavaScript 10.6%Language:Shell 0.1%Language:CSS 0.1%