Learn coding from making games
How does computer games being made? Have you ever wondered how games is being made? Making games is not that hard of you think, just need…
How does computer games being made?
Have you ever wondered how games is being made? Making games is not that hard of you think, just need some ideas, and drag few code blocks, the most fun game prototype is being created!
Google Blockly make games
Make Game is an experimental project let people make games and learn coding with simple drag & drop blocks.
Setup
Prerequisites
Install polymer-cli
npm install -g polymer-cliInstall gulp-cli
npm i -g gulp-cliInstall project dependencies
npm install & bower installStart the development server
This command serves the app at http://localhost:8080 and provides basic URL
routing for the app:
gulp watchBuild
This command performs HTML, CSS, and JS minification on the application dependencies.
gulp build
