1 Star 0 Fork 79

zhangran / little-crab-initial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sea.java 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangran 提交于 2020-03-29 21:56 . add Lobster.
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* Write a description of class sea here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class sea extends World
{
/**
* Constructor for objects of class sea.
*
*/
public sea()
{
// Create a new world with 600x400 cells with a cell size of 1x1 pixels.
super(560, 560, 1);
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhang_xiao_ran/little-crab-initial.git
git@gitee.com:zhang_xiao_ran/little-crab-initial.git
zhang_xiao_ran
little-crab-initial
little-crab-initial
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891