Skip to content

Releases: JRVisuals/dcollage-pixijs-boilerplate

Simple Game

27 Apr 15:58

Choose a tag to compare

This release adds a simple-game branch which is a good yet super basic starting point for a game project.

Tidy and Update

21 Aug 04:14
9e9c1a0

Choose a tag to compare

Tidy and Update Pre-release
Pre-release
develop to master v0.3.5 (#6)

* Update README.md

add wiki link

* Update README.md

* Update README.md

* update README, lots of new info

* cleaning up main and adding comments, setting up library components

* more README updates

* add import path aliases, minor tweaks

* v0.3.5

* fix serializejs vulnerability

* more package maintenance

v0.2.0 of the dCollage boilerplate

14 Aug 05:06
1e0ca33

Choose a tag to compare

Pre-release

v0.2.0 of the boilerplate

Includes number of updates to the boilerplate based on work done in preparation to reuse it for the OBTS game.
Note that since this was from a game build there are some components which may not be used in other types of work but it made sense to keep these as examples. We may want to have the barebones for either available in one potentially splitting off components as their own linked resources in the future.

Key updates:

  • adds a gitignore
  • tweaks eslint to go easy on order of definition
  • sets up sample audio and graphic imports
  • includes some new items related to use for game dev (best score/local storage, gameOver function, etc.)
  • tweaks to HTML to include CDN version of pixi (saves 1Mb+ file size)
  • tweaks to HTML to remove injection, just loads up app.js
  • adds terser to build and other nuances to dev and build scripts
  • adds version number constant pulled from package file, logged on startup
  • refactors some existing structures, removes old index in lieu of main.js

Initial Commit - Basic Boilerplate

22 Mar 19:15

Choose a tag to compare

Pre-release

This tag points to the most basic boilerplate with the output building and being served in to a browser and a blank PIXIJS canvas added to the document. This may be a good starting point for other simple project.