Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from FrenchPicnic/main
Browse files Browse the repository at this point in the history
upload source code and licence
  • Loading branch information
bzy-debug authored Nov 21, 2024
2 parents a1b5065 + a1ad706 commit 4b16837
Show file tree
Hide file tree
Showing 42 changed files with 4,008 additions and 1 deletion.
21 changes: 21 additions & 0 deletions teams/鱼鱼蒸了/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 FrenchPicnic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
17 changes: 16 additions & 1 deletion teams/鱼鱼蒸了/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,19 @@

[攻击动画](https://pixlab24.com/character/27243/)

首页城堡使用了AI初次绘制,手动二次加工
首页城堡使用了AI初次绘制,手动二次加工

## 源代码

参考source文件夹下的src/lib

运行`moon version --all`后输出如下
```
moon 0.1.20241111 (e6d64e0 2024-11-11) ~\.moon\bin\moon.exe
moonc v0.1.20241111+dc2407357 ~\.moon\bin\moonc.exe
moonrun 0.1.20241111 (e6d64e0 2024-11-11) ~\.moon\bin\moonrun.exe
```

## License

MIT License
15 changes: 15 additions & 0 deletions teams/鱼鱼蒸了/source/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 命令

```bash
moon build --target wasm
npx wasm4 run ./target/wasm/release/build/main/main.wasm
```

## MoonBit
moon version --all

```
moon 0.1.20241111 (e6d64e0 2024-11-11) ~\.moon\bin\moon.exe
moonc v0.1.20241111+dc2407357 ~\.moon\bin\moonc.exe
moonrun 0.1.20241111 (e6d64e0 2024-11-11) ~\.moon\bin\moonrun.exe
```
13 changes: 13 additions & 0 deletions teams/鱼鱼蒸了/source/moon.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "frenchpicnic/wasm",
"version": "0.1.0",
"deps": {
"moonbitlang/wasm4": "0.2.2"
},
"readme": "README.md",
"repository": "",
"license": "MIT License",
"keywords": [],
"description": "",
"source": "src"
}
Loading

0 comments on commit 4b16837

Please sign in to comment.