Home (ja) | Home (en) | KABURI CANVAS: a phytoseiid mite 2D action game.
以下はゲームの直接の構成物ではありません。
最新バージョンのソースコードをダウンロードする。Download the latest source code (BGM and webfont are not included).
File composition with license information
├── kaburi.html : this page file : GNU GPL v3 (javascript) and CC BY-SA 4.0 (content)
├── gpl.txt : license text of GNU GPL version 3
├── css
│ └── game.css : style sheet for this page : CC BY-SA 4.0
├── script
│ ├── main.js : definitions and game functions, incl. main-loop : GNU GPL v3
│ ├── input.js : keyboard input and virtual gamepad : GNU GPL v3
│ ├── button.js : drawing buttons : GNU GPL v3
│ ├── character.js : generic class for character : GNU GPL v3
│ ├── chara_hadani.js : character definition : GNU GPL v3 (script) and CC BY-SA 4.0 (design)
│ ├── chara_kaburi.js : character definition : GNU GPL v3 (script) and CC BY-SA 4.0 (design)
│ ├── leaf.js : definition of the leaf : GNU GPL v3
│ ├── gamebase.js : basement and stage functions : GNU GPL v3
│ ├── gadgets.js : miscellaneous gadgets : GNU GPL v3 (script) and CC BY-SA 4.0 (design)
│ ├── plot.js : class for plots : GNU GPL v3
│ └── audio.js : BGM configuration : GNU GPL v3
├── image
│ ├── halftone252b.png : Background image for leaf : CC BY-SA 4.0
│ ├── halftone254g.png: : Background image for the LCD-like game panel : CC BY-SA 4.0
│ └── sudori166.png : sudori.info site icon : Copyright 2012--2016 Masaaki Sudo
├── audio (these three files are all the same piece)
│ ├── sheep02.m4a : BGM : CC BY-SA 4.0
│ ├── sheep02.mp3 : BGM : CC BY-SA 4.0
│ └── sheep02.ogg : BGM : CC BY-SA 4.0
└── fonts
├── PixelMplus10-Regular.ttf : Webfont (!!not the game component!!) : M+ FONT LICENSE
└── PixelMplus10-Regular.woff : Webfont (!!not the game component!!) : M+ FONT LICENSE
Copyright 2014--2016 Masaaki Sudo
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
https://www.gnu.org/licenses/gpl.txt