etamity / make-game

Make Game is an experimental project let people make games and learn coding with simple drag & drop blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockly - Make Game

Introduction

Make Game is an experimental project let people make games and learn coding with simple drag & drop blocks.

Screenshots

Blockly Make Games

Demo Project List

Setup

Prerequisites

Install polymer-cli:

npm install -g polymer-cli

Install gulp-cli

npm i -g gulp-cli
Install project dependencies
npm install & bower install

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

gulp watch

Build

This command performs HTML, CSS, and JS minification on the application dependencies.

gulp build

Demo

http://makegame.s3-website-eu-west-1.amazonaws.com

About

Make Game is an experimental project let people make games and learn coding with simple drag & drop blocks.


Languages

Language:JavaScript 80.4%Language:HTML 19.6%