warycat / SuperSeaLion

2D Web Game
1 stars 0 forks source link

Basic Tutorial #3

Closed warycat closed 10 years ago

warycat commented 10 years ago

These are many things you need to install if you want to build the project. The first thing is Node.js, Search Google to install it, reply this post if you complete it.

yxun commented 10 years ago

I have install it. What should we finish this week ? Sent from my iPhone

On Apr 8, 2014, at 12:48 AM, warycat notifications@github.com wrote:

These are many things you need to install if you want to build the project. The first thing is Node.js, Search Google to install it, reply this post if you complete it.

— Reply to this email directly or view it on GitHub.

too87 commented 10 years ago

I have installed it. For the 2D map, i will try finish as much as i can. On Apr 8, 2014, at 10:05 AM, yxun notifications@github.com wrote:

I have install it. What should we finish this week ? Sent from my iPhone

On Apr 8, 2014, at 12:48 AM, warycat notifications@github.com wrote:

These are many things you need to install if you want to build the project. The first thing is Node.js, Search Google to install it, reply this post if you complete it.

— Reply to this email directly or view it on GitHub. — Reply to this email directly or view it on GitHub.

warycat commented 10 years ago

good, next you need to know how to use npm

warycat commented 10 years ago

I have assign issues to you guys individually. see issues assigned to you.

warycat commented 10 years ago

For development you’ll need a suitable code editor or IDE. I’ll be using Sublime Text 2, a trial version of which can be downloaded from www.sublimetext.com/2.

You’ll also need a web browser to test your work. Any modern browser should do but I’ll be using Google Chrome and covering some of its developer tools during the course of these tutorials. If you don’t have Chrome installed then get it from www.google.com/chrome.

warycat commented 10 years ago

Coding convention: indent block with double space. don't use tab. you can convert tab files with sublime plugin, installed by default located in the right bottom corner.

warycat commented 10 years ago

Just to make a small summary how to run the project. brew install node add node path node install git clone project npm update npm install -g yo bower install grunt build grunt serve http://localhost:9000

warycat commented 10 years ago

http://www.jsoneditoronline.org/ this is a json editor to check your json file before commit