Merge remote-tracking branch 'codecombat/master'
9
.gitignore
vendored
|
@ -35,6 +35,9 @@ Thumbs.db
|
|||
node_modules/
|
||||
bower_components/
|
||||
|
||||
# Vagrant
|
||||
.vagrant/
|
||||
|
||||
# Some other random stuff
|
||||
always-ignore extensions
|
||||
*.diff
|
||||
|
@ -74,7 +77,6 @@ coverage/
|
|||
FLOOBITS_README.md
|
||||
|
||||
# mongodb
|
||||
db/
|
||||
bin/node/
|
||||
bin/mongo/
|
||||
|
||||
|
@ -88,6 +90,11 @@ login.coffee
|
|||
# debugging
|
||||
*.heapsnapshot
|
||||
|
||||
npm-debug.log*
|
||||
|
||||
temp/
|
||||
Dockerfile
|
||||
### If you add something here, copy it to the end of .npmignore, too. ###
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/
|
||||
|
|
|
@ -59,6 +59,9 @@ Thumbs.db
|
|||
# NPM packages folder.
|
||||
node_modules/
|
||||
|
||||
# Vagrant
|
||||
.vagrant/
|
||||
|
||||
# Some other random stuff
|
||||
always-ignore extensions
|
||||
*.diff
|
||||
|
@ -100,7 +103,11 @@ temp/
|
|||
|
||||
# local settings
|
||||
login.coffee
|
||||
Dockerfile
|
||||
|
||||
# debugging
|
||||
*.heapsnapshot
|
||||
|
||||
npm-debug.log*
|
||||
|
||||
temp/
|
||||
|
|
37
.travis.yml
|
@ -1,25 +1,32 @@
|
|||
sudo: false
|
||||
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 0.10
|
||||
- 5.1.1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- mongodb-upstart
|
||||
packages:
|
||||
- mongodb-org-server
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- bower_components
|
||||
|
||||
before_install:
|
||||
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
|
||||
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
|
||||
- "sudo apt-get update"
|
||||
- "sudo apt-get install mongodb-org-server"
|
||||
|
||||
- export COCO_TRAVIS_TEST=1
|
||||
- npm install -g npm@latest
|
||||
|
||||
before_script:
|
||||
- "npm install"
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- "./node_modules/.bin/bower install"
|
||||
- "gem install sass"
|
||||
- "./node_modules/.bin/brunch b"
|
||||
- "mkdir mongo"
|
||||
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
|
||||
- "node index.js --unittest &"
|
||||
- "sleep 10" # to give node a chance to start
|
||||
- "sleep 15" # to give node a chance to start
|
||||
|
||||
script:
|
||||
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
|
||||
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
|
||||
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters progress"
|
||||
- "npm run jasmine"
|
||||
|
|
|
@ -1,7 +1,20 @@
|
|||
### Please sign our Contributor License Agreement
|
||||
##Contributing to CodeCombat
|
||||
|
||||
**[http://codecombat.com/cla](http://codecombat.com/cla)**
|
||||
There are many ways in which to contribute to CodeCombat, these include becoming a(n):
|
||||
|
||||
- **[Archmage](https://codecombat.com/contribute/archmage)** (Coder)
|
||||
- **[Artisan](https://codecombat.com/contribute/artisan)** (Level Builder)
|
||||
- **[Adventurer](https://codecombat.com/contribute/adventurer)** (Level Playtester)
|
||||
- **[Scribe](https://codecombat.com/contribute/scribe)** (Article Editor)
|
||||
- **[Diplomat](https://codecombat.com/contribute/diplomat)** (Translator)
|
||||
- **[Ambassador](https://codecombat.com/contribute/ambassador)** (Support)
|
||||
|
||||
###The CLA
|
||||
|
||||
If you do decide to contribute, we require you to sign a CLA (Contributor License Agreement). You can see it:
|
||||
|
||||
**[https://codecombat.com/cla](https://codecombat.com/cla)**
|
||||
|
||||
It just grants us a non-exclusive license to use your contribution and certifies you have the right to contribute the code you submit. For both our sakes, we need this before we can accept a pull request. Don't worry, it's super easy.
|
||||
|
||||
For more info, see [http://codecombat.com/legal](http://codecombat.com/legal).
|
||||
For more info on the legal side of contributing to CodeCombat, see [https://codecombat.com/legal](https://codecombat.com/legal).
|
||||
|
|
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 CodeCombat Inc. and other contributors
|
||||
Copyright (c) 2015 CodeCombat Inc. and other contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
99
README.md
|
@ -1,20 +1,22 @@
|
|||
CodeCombat
|
||||
==========
|
||||
#CodeCombat
|
||||
|
||||

|
||||
<div style="text-align:center"><a href="http://codecombat.com/"><img src ="https://dl.dropboxusercontent.com/u/138899/GitHub%20Wikis/readme_00.png" /></a></div>
|
||||
[](https://travis-ci.org/codecombat/codecombat)
|
||||
|
||||
CodeCombat is a multiplayer programming game for learning how to code. **See the [Archmage developer wiki](https://github.com/codecombat/codecombat/wiki/Archmage-Home) for a dev setup guide, extensive documentation, and much more.**
|
||||
CodeCombat is a multiplayer programming game for learning how to code. **See the [Archmage (coder) developer wiki](https://github.com/codecombat/codecombat/wiki/Archmage-Home) for a dev setup guide, extensive documentation, and much more. Every new person that wants to start contributing the project coding should start there.**
|
||||
|
||||
It's both a startup and a community project, completely open source under the [MIT and Creative Commons licenses](http://codecombat.com/legal). It's the largest open source [CoffeeScript](http://coffeescript.org/) project by lines of code, and since it's a game (with [really cool tech](https://github.com/codecombat/codecombat/wiki/Third-party-software-and-services)), it's really fun to hack on. Join us in teaching the world to code! Your contribution will go on to show millions of players how cool programming can be.
|
||||
|
||||
### [Getting Started](https://github.com/codecombat/codecombat/wiki/Developer-environment)
|
||||
### [Getting Started](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-General-Information)
|
||||
|
||||
We've made it easy to fork the project, run a simple script that'll install all the dependencies, and get a local copy of CodeCombat running right away on Mac, Linux, or Windows. See [the docs for details](https://github.com/codecombat/codecombat/wiki/Developer-environment).
|
||||
We've made it easy to fork the project, run a simple script that'll install all the dependencies, and get a local copy of CodeCombat running right away on [Mac](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-Mac), [Linux](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-Linux), [Windows](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-Windows), or
|
||||
[Vagrant](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-Vagrant). See [the docs for details](https://github.com/codecombat/codecombat/wiki/Dev-Setup:-General-Information).
|
||||
|
||||
### [Getting In Touch](https://github.com/codecombat/codecombat/wiki/Developer-organization)
|
||||
|
||||
Whether you're novice or pro, the CodeCombat team is ready to help you implement your ideas. Reach out on our forum, our issue tracker, or our developer chat room, or see the docs for [more on how to contribute](https://github.com/codecombat/codecombat/wiki/Developer-organization).
|
||||
Whether you're novice or pro, the CodeCombat team is ready to help you implement your ideas. Reach out on our [forum](http://discourse.codecombat.com), our [issue tracker](https://github.com/codecombat/codecombat/issues), or [our developer chat room on Slack](https://coco-slack-invite.herokuapp.com/), or see the docs for [more on how to contribute](https://github.com/codecombat/codecombat/wiki/Developer-organization).
|
||||
|
||||
[](https://coco-slack-invite.herokuapp.com/)
|
||||
|
||||
### [License](https://github.com/codecombat/codecombat/blob/master/LICENSE)
|
||||
|
||||
|
@ -22,34 +24,61 @@ Whether you're novice or pro, the CodeCombat team is ready to help you implement
|
|||
|
||||
### [Join Us!](http://blog.codecombat.com/why-you-should-open-source-your-startup)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
----------
|
||||
|
||||
[](http://www.google-melange.com/gsoc/homepage/google/gsoc2014)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
32
Vagrantfile
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
# Original content copyright (c) 2014 dpen2000 licensed under the MIT license
|
||||
|
||||
VAGRANTFILE_API_VERSION = "2"
|
||||
Vagrant.require_version ">= 1.5.0"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
# Ubuntu 14.04 compatible with both VirtualBox and VMWare Fusion
|
||||
# see https://github.com/phusion/open-vagrant-boxes#readme
|
||||
config.vm.box = "phusion/ubuntu-14.04-amd64"
|
||||
|
||||
config.vm.hostname = "coco-dev"
|
||||
|
||||
config.vm.network "forwarded_port", guest: 3000, host: 3000
|
||||
config.vm.network "forwarded_port", guest: 9485, host: 9485
|
||||
|
||||
config.vm.provision "shell", path: "scripts/vagrant/provision.sh", privileged: false
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 2048
|
||||
v.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.provider "vmware_fusion" do |v|
|
||||
v.vmx["memsize"] = "2048"
|
||||
v.vmx["numvcpus"] = 2
|
||||
end
|
||||
|
||||
end
|
BIN
app/assets/docs/CodeCombatCoursesGettingStartedGuide.pdf
Executable file
BIN
app/assets/docs/CodeCombatHourofCodeGettingStartedGuide.pdf
Normal file
BIN
app/assets/docs/CodeCombatReferencePoster.pdf
Normal file
BIN
app/assets/docs/CodeCombatTeacherGuideCourse1.pdf
Normal file
BIN
app/assets/docs/CodeCombatTeacherGuideCourse2.pdf
Executable file
BIN
app/assets/images/Adobe_PDF_file_icon_32x32.png
Normal file
After ![]() (image error) Size: 979 B |
Before ![]() (image error) Size: 4.3 KiB After ![]() (image error) Size: 4.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.3 KiB After ![]() (image error) Size: 4.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 29 KiB After ![]() (image error) Size: 29 KiB ![]() ![]() |
Before ![]() (image error) Size: 27 KiB After ![]() (image error) Size: 27 KiB ![]() ![]() |
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 13 KiB ![]() ![]() |
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Before ![]() (image error) Size: 15 KiB After ![]() (image error) Size: 15 KiB ![]() ![]() |
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 13 KiB ![]() ![]() |
Before ![]() (image error) Size: 6.8 KiB After ![]() (image error) Size: 6.8 KiB ![]() ![]() |
Before ![]() (image error) Size: 5.6 KiB After ![]() (image error) Size: 5.6 KiB ![]() ![]() |
Before ![]() (image error) Size: 8.3 KiB After ![]() (image error) Size: 8.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 9.6 KiB After ![]() (image error) Size: 9.6 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 1.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 1.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 6.9 KiB After ![]() (image error) Size: 6.9 KiB ![]() ![]() |
Before ![]() (image error) Size: 8.7 KiB After ![]() (image error) Size: 8.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 7.8 KiB After ![]() (image error) Size: 7.8 KiB ![]() ![]() |
Before ![]() (image error) Size: 8.8 KiB After ![]() (image error) Size: 8.8 KiB ![]() ![]() |
Before ![]() (image error) Size: 7.1 KiB After ![]() (image error) Size: 7.1 KiB ![]() ![]() |
BIN
app/assets/images/common/button-background-active-border.png
Normal file
After ![]() (image error) Size: 4.2 KiB |
BIN
app/assets/images/common/button-background-active.png
Normal file
After ![]() (image error) Size: 3.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-danger-active.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-danger-disabled.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-danger-pressed.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
BIN
app/assets/images/common/button-background-disabled-border.png
Normal file
After ![]() (image error) Size: 3.7 KiB |
BIN
app/assets/images/common/button-background-disabled.png
Normal file
After ![]() (image error) Size: 3.1 KiB |
BIN
app/assets/images/common/button-background-pressed-border.png
Normal file
After ![]() (image error) Size: 4.1 KiB |
BIN
app/assets/images/common/button-background-pressed.png
Normal file
After ![]() (image error) Size: 3.7 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-primary-active.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-primary-disabled.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-primary-pressed.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.2 KiB |
BIN
app/assets/images/common/button-background-success-active.png
Normal file
After ![]() (image error) Size: 1.4 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-success-inactive.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-success-pressed.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-warning-active.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-warning-disabled.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
After ![]() (image error) Size: 1.3 KiB |
BIN
app/assets/images/common/button-background-warning-pressed.png
Normal file
After ![]() (image error) Size: 1.5 KiB |
BIN
app/assets/images/common/gem.png
Normal file
After ![]() (image error) Size: 7.5 KiB |
BIN
app/assets/images/common/particles/bullet.png
Normal file
After ![]() (image error) Size: 662 B |
BIN
app/assets/images/common/particles/bullet2.png
Normal file
After ![]() (image error) Size: 1.8 KiB |
BIN
app/assets/images/common/particles/cloud.png
Normal file
After ![]() (image error) Size: 110 KiB |
BIN
app/assets/images/common/particles/cloud_small.png
Normal file
After ![]() (image error) Size: 11 KiB |
BIN
app/assets/images/common/particles/smoke.png
Normal file
After ![]() (image error) Size: 15 KiB |
BIN
app/assets/images/common/particles/star.png
Normal file
After ![]() (image error) Size: 5.5 KiB |
Before ![]() (image error) Size: 290 B |
Before ![]() (image error) Size: 7.3 KiB After ![]() (image error) Size: 44 KiB ![]() ![]() |
BIN
app/assets/images/level/code_editor_background_border.png
Normal file
After ![]() (image error) Size: 34 KiB |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 9.3 KiB ![]() ![]() |
BIN
app/assets/images/level/code_editor_error_background_arrow.png
Normal file
After ![]() (image error) Size: 1.9 KiB |
Before ![]() (image error) Size: 332 B |
Before ![]() (image error) Size: 505 B |
BIN
app/assets/images/level/code_editor_top_bar_hinge.png
Normal file
After ![]() (image error) Size: 1.7 KiB |
BIN
app/assets/images/level/code_editor_top_bar_wood_background.png
Normal file
After ![]() (image error) Size: 25 KiB |
Before ![]() (image error) Size: 3 KiB |
BIN
app/assets/images/level/code_palette_wood_background.png
Normal file
After ![]() (image error) Size: 65 KiB |
BIN
app/assets/images/level/code_toolbar_background.png
Normal file
After ![]() (image error) Size: 7.6 KiB |
BIN
app/assets/images/level/code_toolbar_run_button_active.png
Normal file
After ![]() (image error) Size: 4.8 KiB |
After ![]() (image error) Size: 4.7 KiB |
BIN
app/assets/images/level/code_toolbar_run_button_zazz.png
Normal file
After ![]() (image error) Size: 5.3 KiB |
BIN
app/assets/images/level/code_toolbar_run_button_zazz_pressed.png
Normal file
After ![]() (image error) Size: 5.2 KiB |
BIN
app/assets/images/level/code_toolbar_submit_button_active.png
Normal file
After ![]() (image error) Size: 5.2 KiB |
After ![]() (image error) Size: 5.2 KiB |
BIN
app/assets/images/level/code_toolbar_submit_button_zazz.png
Normal file
After ![]() (image error) Size: 5.5 KiB |
After ![]() (image error) Size: 5.5 KiB |
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 34 KiB ![]() ![]() |
BIN
app/assets/images/level/control_bar_cap_left.png
Normal file
After ![]() (image error) Size: 12 KiB |
BIN
app/assets/images/level/control_bar_cap_right.png
Normal file
After ![]() (image error) Size: 9.6 KiB |
BIN
app/assets/images/level/control_bar_chain_center.png
Normal file
After ![]() (image error) Size: 12 KiB |
BIN
app/assets/images/level/control_bar_chain_right.png
Normal file
After ![]() (image error) Size: 19 KiB |