From a377973350897cc74ec49b2c1a91a3d537bba89d Mon Sep 17 00:00:00 2001 From: RyoRyo <109887622+RyoRyo-2010@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:16:11 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8772a07..058d0df 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ ## wanwanが新しくなりました! wanwan2は、wanwanが新しくなったものです。 -スタートメニューやスコアの表示、しっかりしたUI、読みやすい(かどうかは知らない)ソースコードなど、いろいろ進化しました。 +スタートメニューやスコアの表示、しっかりしたUI、ゲームパッドへの対応など、いろいろ進化しました。 ## wanwan2の遊び方 スタートメニューから「スタート!」を押すと始まります。 左端にある赤い棒に触れたり、赤いブロックに触れたりするとゲームオーバーです。 犬をジャンプさせてブロックをよけ、長い時間とどまってください! +UIは、矢印キーやEnterキー、マウス、タッチ操作で操作できます。 ## ブロックの種類 * 白ブロック…ブロックの上に乗れます。 @@ -25,8 +26,10 @@ wanwan2は、wanwanが新しくなったものです。 -## オープンソースライセンス -この作品には、以下のライブラリが使われています。感謝です。 +wanwan2をどうぞお楽しみください! + +## 感謝 +この作品には、以下のプロジェクトが使われています。ありがとうございます。 ### Unity-FadeManager © 2015 naichilab @@ -35,4 +38,29 @@ wanwan2は、wanwanが新しくなったものです。 [MIT Licence](https://opensource.org/licenses/mit-license.php) -ゲームをお楽しみください! \ No newline at end of file +### Newtonsoft.Json +https://www.nuget.org/packages/Newtonsoft.Json/ + +MIT ライセンス (MIT) + +Copyright (c) 2007 James Newton-King + +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 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. + +### 効果音ラボ +ジャンプ時、ゲームオーバー時にて使わせてもらっています。なお、github上に効果音はコミットされていません。 + +### 特にゲームを作るうえで参考にさせていただいたサイト +https://tech.pjin.jp/blog/2021/10/28/unity-viewport/ + +https://nn-hokuson.hatenablog.com/entry/2020/10/27/151858 + +https://www.popii33.com/unity_collider_make-ones-way-through-quickly/ + +https://marunaka-blog.com/csharp-json-file-write/6791 + +https://tech-and-investment.com/json8-array-jsondotnet/ + +このほかにも、様々なサイトを参考にさせていただきました。ありがとうございました。 From cd517a48b72f462bddd8ce6db4dddca499ee4fbd Mon Sep 17 00:00:00 2001 From: RyoRyo <109887622+RyoRyo-2010@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:33:25 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 058d0df..9504d50 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,11 @@ wanwan2をどうぞお楽しみください! [MIT Licence](https://opensource.org/licenses/mit-license.php) ### Newtonsoft.Json -https://www.nuget.org/packages/Newtonsoft.Json/ - -MIT ライセンス (MIT) - Copyright (c) 2007 James Newton-King -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: +[nuget](https://www.nuget.org/packages/Newtonsoft.Json/) -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. +[MIT Licence](https://opensource.org/licenses/mit-license.php) ### 効果音ラボ ジャンプ時、ゲームオーバー時にて使わせてもらっています。なお、github上に効果音はコミットされていません。