Skip to content

Quinten/random-tileset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-tileset-generator

Generate 8x8 tilesets

Demo: https://quinten.github.io/random-tileset-generator/

Also on itch.io: https://supernapie.itch.io/random-tileset-generator

Generated tileset license: CC0

Adding patterns

Feel free to submit pull requests for patterns. Art must be drawn in white and grey tones, preferable the ones already used. (The colors are applied in code)

To make a clean PR: only submit the png asset in src/assets and change src/assets/options.json i will take care of generating and building the rest. See this commit as an example.

Do not touch files in pub or commit a modified tiles.psd.

Messing with the code

(The usual npm and webpack stack)

Install node dependencies with npm

npm install

Run local dev server

npm start

Make a build

npm run build

The code is built with Phaser 3 and Knockout