An open-source mobile app. Coming soon to Google Play.
- Installation
- What the story?
- Who is this for?
- About the Intel® XDK
- Usage
- Documentation
- Get Involved
- Change Log
- License
To install, simply clone the project to your local directory:
git clone https://github.com/IntelDevZone/dev-story.git
Visit the Intel® Developer Zone and download and install the Intel® XDK.
Intel challenged a small team of developers to build an open source app. They created Dev Story/*HACK THE CODE*/, a set of mini-challenges about the development cycle of an app. But it’s not finished yet.
We’re bringing developers together from around the world to build something special and unique. So whether you’re honing your skills or flexing your coding muscles, you can modify and shape the open source code however you choose.
If your code makes the cut, you’ll see it in the next update. And you’ll take the credit.
Anyone with experience with HTML, CSS and JavaScript.
This project utilises:
- jQuery - JavaScript framework
- Panda.js - Free html5 game engine
- Pixi.js - 2D webGL renderer with canvas fallback
Open the DevStory.xdk project file with the Intel® XDK.
Enable developer mode in main.js
App.developer = true;
Preview the app in the Intel® XDK Emulate tab or open up index.html in Google Chrome Emulation Mode.
Intel® XDK provides a simplified workflow to enable developers to easily design, debug, build, and deploy HTML5 web and hybrid apps across multiple app stores, and form factor devices.
- Make changes to the code using the built-in IDE in the Develop tab.
- Quickly preview the app in the Emulate tab.
- Run the app on a mobile device using the various build options under the Build tab.
Panda.js - [Documentation] - [Forums]
Pixi.js - [Documentation] - [Forums]
Intel® Developer Zone - [Forums]
Want to be part of Dev Story/*HACK THE CODE*/? We want you to take the reins (and the credit). Here's how.
Build your new levels, mini challenges and mods. Share your ideas with us. If any of them make it into version 2.0, you’ll get the credit!
Don't forget to register at the Intel® Developer Zone.
We can’t wait to see what you create.
Copyright (c) 2014 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.