文件名称:elm-game-of-games:榆树中的生活游戏
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-30 08:17:51
Elm
榆木游戏 榆树中的生活游戏,旨在测试三件事: Elm的数据结构,用于存储大量值(数组与列表) Elm的画布在原始绘图级别(绘制所有内容)和非原始绘图级别(过滤)的绘制速度 与像素级图像的交互 到目前为止,仅完成了前两个。 最后一步将通过在隐藏的画布上绘制图像,获取内容数据数组并将其传递回Elm来完成。 为了简化使用,将对本机和端口进行比较。 目前的功能: * Press n to go through the next iteration of the board * Press p to pause and play the iteration at an interval of 500ms * Press s to save the current board as the init board * Press r to reset the board to init * Cl
【文件预览】:
elm-game-of-games-master
----App.elm(2KB)
----Update.elm(2KB)
----LICENSE(1KB)
----Model.elm(329B)
----GameLogic.elm(1KB)
----elm-package.json(468B)
----Drawing.elm(1KB)
----.gitignore(18B)
----README.md(1KB)
----Boards.elm(2KB)