#1// Move to the gem.// Don't touch the walls!// Type your code below.this.moveRight();this.moveDown();this.moveRight();#2// Grab all the gems using y...
分类:
Web程序 时间:
2015-02-09 22:52:06
阅读次数:
202
题目的意思在于,更高效的Collect Gold;然后合理的安排生产出来的士兵;我对战的是简单的电脑// This code runs once per frame. Build units and command peasants!// Destroy the ogre base within 1...
分类:
其他好文 时间:
2014-09-14 11:15:06
阅读次数:
357
因为研究CodeCombat上的最后一题,自己尝试分解题目,然后想到需要画网格,还有最优化的方法源代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using...
最大开源项目:玩游戏就能学会编程
时间:2014-04-23来源:网络 作者:未知点击: 2620
次
CodeCombat是一个通过玩游戏来学习编程的网站,也是GitHub上最大的开源CoffeeScript(一种脚本语言,类似 JavaScript)项目,有上千程序员和玩家为其编写程序、测试游戏。到目前为止,已经翻译成17种国外语言。最近,该网站...
分类:
其他好文 时间:
2014-08-06 14:58:42
阅读次数:
249