imoprt { SimpleWorld } from 'parallel-universe'
class World {
constructor() {
this.objects: {
position: [number, number, number],
velocity: [number, number, number],
size: [number, number, number][],
moving: boolean
}[] = []
this.elements = {
hydrogen: {},
carbon: {},
// And much much much much much elements
}
}
startWorld(port: number = 1, universe: string = "#01") {
const world = new SimpleWorld()
world.name = universe
world.atomComputation = true
world.timeUnit = 'p'
world.init(port)
world.randomSpawn(this.elements, {
randomPos: true,
count: 1145141919810
})
}
}
const world = new World()
world.startWorld()大家好呀!我是MoRanYue(墨染月)。
- 热爱研究Web技术
- 我喜欢康B站上的游戏与编程视频
- 原Player
(可恶,不会写自我介绍)
- 电子邮箱:[email protected]、[email protected]
- 哔哩哔哩:@属官一号
- Steam:墨染月𝑴𝑹𝒀
如果按使用频率排序的话……
RustJavaScript、TypeScriptPythonLua、Squirrel- 主要为《盖瑞模组》或《求生之路2》插件开发
- 想要学习人工智能深度学习的知识。
- 想要提升在比利比利投稿的视频质量却懒()。
非常喜欢纳西妲!!!!!!
- 原神()
- 关于后室、SCP的游戏
发消息带上不明意义的括号- 撰写代理相关的教程文章。




