This is the reddit /r/pixelart collectathon collaboration.
Run git clone https://github.com/skeddles/reddit-pixel-art-game to download the code.
Change to the reddit-pixel-art-game folder and run npm install
npm run dev - run both watch and serve in a single command line
npm run watch - automatically run build on updated assets while editing
npm run build or gulp - compile and move all required code, images and models into the /build folder
npm run serve - start a local web server for the project
gulp js - rebuild all javascript files
gulp css - rebuild all css files
gulp files - copy all files to build
gulp image - minify all image files (except thumbnails)
- Fork this repo
- Clone the repo to your machine
- Add / make your changes
- Commit / push the changes to your repo
- Open a pull request from your repo
MIT