1 Star 0 Fork 6

炎渊/little-crab-initial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CrabWorld.java 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
luyanfei78 提交于 2020-03-11 16:28 . add little-crab project.
import greenfoot.*; // (Actor, World, Greenfoot, GreenfootImage)
public class CrabWorld extends World
{
/**
* Create the crab world (the beach). Our world has a size
* of 560x560 cells, where every cell is just 1 pixel.
*/
public CrabWorld()
{
super(560, 560, 1);
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yan_yuan/little-crab-initial.git
git@gitee.com:yan_yuan/little-crab-initial.git
yan_yuan
little-crab-initial
little-crab-initial
master

搜索帮助