platformer

时间:2024-04-16 04:18:59
【文件属性】:

文件名称:platformer

文件大小:116KB

文件格式:ZIP

更新时间:2024-04-16 04:18:59

Elm

平台游戏 用Elm编写的垂直雕刻平台游戏。 您可以在玩游戏 相关性: 节点 Docker(或MongoDB的另一种安装) 通过运行npm install .安装所有Node依赖项npm install . 在后端目录中运行npm install -g elm以在计算机上全局安装Elm(如果尚未安装)。 在本地运行代码 在后端目录中运行npm run tmp-db以启动新的MongoDB Docker容器并启动Web应用程序。 如果您已经有Mongo在localhost:27017运行,请为发布版本运行build.sh或为调试版本运行build-dev.sh 。 接下来,导航到http://localhost:3000/elm.html玩游戏。 要将虚拟用户放入数据库中,请运行create-dummy-user.sh 。


【文件预览】:
platformer-main
----elm.json(733B)
----build-dev.sh(98B)
----package.json(55B)
----.github()
--------dependabot.yml(505B)
--------workflows()
----package-lock.json(712B)
----src()
--------Types.elm(989B)
--------Config.elm(298B)
--------Main.elm(9KB)
--------GameLogic.elm(3KB)
----.gitignore(28B)
----README.md(1KB)
----create-dummy-user.sh(136B)
----build.sh(128B)
----backend()
--------package.json(1KB)
--------tslint.json(182B)
--------package-lock.json(213KB)
--------dist()
--------src()
--------views()
--------tsconfig.json(247B)

网友评论