C .
ODE
G
AMELET
person_outline
Sign In
videogame_asset
Public Games
local_library
Public Library
work
Public Projects
comment
Discuss
search
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 任務 暫時有一些不見得很好玩的任務。
隨緣的任務
v 0.0.45
winoCG
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 職闖攻城2024 感謝 </br> **[RI](https://gamelet.online/user/118152116330576516734@google/)** 設計地圖 </br> **[尤卡](https://gamelet.online/user/117557416892025010498@google/)** 技能平衡和試玩</br> **[哈斯卡大帝兼傭兵團首領傭兵王暨天影議會天影大主教](https://gamelet.online/user/117336754650487480063@google/)** 製作問題協助排除</br> **[妮娜](https://gamelet.online/user/nina/about)** 製作問題協助排除</br> </br> 和投稿職業的廣大玩家 由衷感謝</br> </br> 選擇職業攻進城池!
光暈同人陣-職闖攻城2024
v 0.0.7
CFu1219
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 遊玩注意 請使用皇家騎士團入場。 # 作者的話 本遊戲復刻了火影中的角都飛段vs阿斯瑪小隊之戰。希望大家會喜歡~
角都飛段之戰
v 3.0.3
azureiscute
visibility
play_arrow
PLAY
code
OPEN
info_outline
# MidiPlayer One Paragraph of project description goes here ## Getting Started (For a game project) Write some tips or instructions how to control in your game. (For building a module) Write a piece of codes to demostrate how to use this module. ```typescript function examples() { } ``` ## Authors **[Haskasu](/profile/Haskasu)**
MidiPlayer
v 0.1.2
Haskasu
visibility
play_arrow
PLAY
code
OPEN
info_outline
# GifPlayer One Paragraph of project description goes here ## Getting Started (For a game project) Write some tips or instructions how to control in your game. (For building a module) Write a piece of codes to demostrate how to use this module. ```typescript function examples() { } ``` ## Authors **[Haskasu](/profile/Haskasu)**
GifPlayer
v 1.1.0
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# GMTools 在這兒寫下一段簡短的文字介紹你的遊戲吧。 ## 開始設計 <a href="cg://source/CG.GMTools/game.events" class="mat-raised-button mat-primary">編輯遊戲事件表</a> ## 作者 **[Haskasu](/profile/113321052805704333314@google)**
GM Tools
v 0.1.0
Haskasu
visibility
play_arrow
PLAY
code
OPEN
info_outline
# HexMapEditor One Paragraph of project description goes here ## Getting Started (For a game project) Write some tips or instructions how to control in your game. (For building a module) Write a piece of codes to demostrate how to use this module. ```typescript function examples() { } ``` ## Authors **[Haskasu](/profile/Haskasu)**
HexMapEditor
v 0.1.0
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# CgEditorLayout A Layout Editor to design a stage with display objects and physics objects. This editor support offcial [CgEvent System](/edit/CgEventsLib). ## Authors **[Haskasu](/profile/Haskasu)**
CgEditorLayout
v 3.2.0
Haskasu
visibility
play_arrow
PLAY
code
OPEN
info_outline
# Playground 專門用來快速在畫板上塗塗抹抹的專案。 ## Getting Started 摳出來成為你自己的新專案後,可用以下幾種工具(在/libs裏的工具)快速畫圖。 ```typescript // 畫一個紅色的圓 draw.circle(0, 0, 100, {fillColor: 0xFF0000}); // 打開一個確認視窗 dialog.confirm('Are you sure?', 'Click confirm if you think it is ok.') .then((confirm) => { if(confirm) { console.log('User confirmed.'); } }); // 收集資料畫長條圖 let dataCollector = new DataCollector(); dataCollector.addData('一月', 1, 2); dataCollector.addData('二月', 2, 10); dataCollector.addData('三月', 3, 5); dataCollector.addData('四月', 4, 6); dataCollector.showChart('第一季', 'bar'); ```
Playground
v 0.10.0
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. * [同人陣製作教學影片](https://www.youtube.com/playlist?list=PL1GxW0vJciBTV9DNrhhRpB80gl5irQRx8) ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 設定任務季度列表 / Setup Story Seasons 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.zh.json" class="mat-raised-button mat-primary">編輯 seasons.json 任務列表(中文版)</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.en.json" class="mat-raised-button mat-primary">Edit seasons.json Mission List (English Ver.)</a>
戰神寶石之章
v 0.0.1
d5dBJ
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 伐伐伐伐伐木工 點樹。 沒了。 ## Authors **[cook1470](/profile/cook1470)** ## Resources **[Tiny Swords by Pixel Frog](https://pixelfrog-assets.itch.io/tiny-swords)**
伐伐伐伐木工
v 0.0.2
cook1470
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. * [同人陣製作教學影片](https://www.youtube.com/playlist?list=PL1GxW0vJciBTV9DNrhhRpB80gl5irQRx8) ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 設定任務季度列表 / Setup Story Seasons 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.zh.json" class="mat-raised-button mat-primary">編輯 seasons.json 任務列表(中文版)</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.en.json" class="mat-raised-button mat-primary">Edit seasons.json Mission List (English Ver.)</a>
qwdqwdqwdqwdqwd
v 1.0.0
github_world192
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. * [同人陣製作教學影片](https://www.youtube.com/playlist?list=PL1GxW0vJciBTV9DNrhhRpB80gl5irQRx8) ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 設定任務季度列表 / Setup Story Seasons 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.zh.json" class="mat-raised-button mat-primary">編輯 seasons.json 任務列表(中文版)</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.en.json" class="mat-raised-button mat-primary">Edit seasons.json Mission List (English Ver.)</a>
bossFight1
v 1.0.0
github_world192
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 彈區88 在一個未知的宇宙角落有個充斥著子彈的危險空域。不小心落入這個險境的你,要努力閃避子彈,等待救援,如果還有救援的話...
bullet88
v 1.6.5
Haskasu
visibility
play_arrow
PLAY
code
OPEN
info_outline
# Dunjo 不知道你有沒有聽過一句話:「挖欸林星洗歐貝欸。」<br/> 老實說跟這款遊戲其實也沒什麼關係。 這是一款 2D 橫向卷軸遊戲,<br/> 最酷的是它可以自己自製關卡,<br/> 而且還分享給別人玩!<br/> 趕快進來發揮你的創意吧~ 這遊戲讓我肝了三天三夜。 ## 操作方法 A、D-左右移動<br/> W-跳躍、爬樓梯<br/> S-下樓梯<br/> SPACE-互動<br/> S + SPACE-跳下平台<br/> ## 遊戲目標 找到鑰匙,並通往終點的大門。<br/> ## 關卡編輯器 分別有三種模式,操作、繪製、擦除。 操作可以設定一些具有額外參數的物件,目前只有電腦。 繪製可以在地圖上新增物件。 擦除可以將物件從地圖上移除。 每一關都至少需要設置玩家、鑰匙、大門,且這三者也只能設置一個。<br/> 其餘有功能性的物件為爬梯、平台、消失的方塊、金幣、火焰。<br/> 剩下的目前皆為裝飾性物品。 ## Authors **[cook1470](/profile/cook1470)** ## Asstes 字型:[Pixeloid Font](https://www.fontspace.com/pixeloid-font-f69232)<br/> 作者:[GGBotNet](https://www.fontspace.com/ggbotnet)<br/> 許可證:[SIL Open Font License, Version 1.1](https://opensource.org/license/ofl-1-1/) **** 字型:[俐方體11號/Cubic 11](https://github.com/ACh-K/Cubic-11)<br/> 作者:[ACh-K](https://github.com/ACh-K)<br/> 許可證:[SIL Open Font License, Version 1.1](https://opensource.org/license/ofl-1-1/) **** 精靈圖標題:[Dunjo Tileset & Sprites](https://arks.itch.io/dungeon-platform-tileset)<br/> 作者:[Arks💢](https://arks.itch.io/)<br/> 許可證:[CC-BY 4.0(創用CC姓名標示 4.0 國際許可協議)](https://creativecommons.org/licenses/by/4.0/)<br/> **** [All Sound Effects](https://sfxr.me/) **** 音樂標題:[Head in the Sand (seamless loop)](https://opengameart.org/content/head-in-the-sand-seamless-loop)<br/> 作者:[congusbongus](https://opengameart.org/users/congusbongus)<br/> 許可證:[CC0(知識共有宣告 - 不受版權保護)](https://creativecommons.org/publicdomain/zero/1.0/)<br/> **** 音樂標題:[Chubby Cat](https://opengameart.org/content/nintendo-style-funny-music-loop-02)<br/> 作者:[PlayOnLoop](https://opengameart.org/users/playonloop)<br/> 許可證:[CC-BY 4.0(創用CC姓名標示 4.0 國際許可協議)](https://creativecommons.org/licenses/by/4.0/)<br/> **** 其他素材:自製
Dunjo
v 1.5.1
cook1470
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 幻想鄉模擬+東方彈幕射擊模擬 (輕度) 第20屆例大祭在5月7號要舉行了,期待新作!這個算是預熱應援作 由於是東方同人的關係,跟我之前的作品並沒有關連 ## 鳴謝 原系列:上海愛麗絲幻樂團(上海アリス幻楽団) 任務資源:Youfulca,ajapa,namapann,YuzuSound,そこからは茶畑になっている,Yukkuri kussy,Pixabay,freesound,iconarchive,stable diffusion 由衷感謝上述作者/社團/計劃/網站
東方光暈薈(流暢化)
v 1.1.13
Nacht
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 裝逼小屋 #### **第一次進入遊戲時間會比較久** **讀檔時間20秒左右,請耐心等完不然資料會GG** **此任務為半養成RPG?** **裝B小屋上線拉** **不管作者嗑了什麼你們玩得開心就好** Npc超凶狠der 作者的群組dc:https://discord.gg/gpYsKUvavv ———————————————————————————— 總事件量:1760 ———————————————————————————— 重製難度以及玩家檔案但保留玩家背包內的惡魔果實! ———————————————————————————— 未來更新: 副本挑戰 新惡魔果實 新集氣技能 新怪物 ## 作者們 - **[朽木](/profile/101395021942254300415@google)** **無極** **灰塵** **夜神** **特等兵** **我叫鴨片** ## 顧問 **[希乃](/profile/101395021942254300415@google)** ## 地圖建造 59433 jacky li ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 多重任務列表 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.ts" class="mat-raised-button mat-primary">編輯 seasons.ts 任務列表</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.ts" class="mat-raised-button mat-primary">Edit seasons.ts (Mission List)</a>
裝B小屋(超大型更新)
v 4.0.24
BADwood
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 遊玩注意 請使用皇家騎士團入場。 # 作者的話 屬於搞笑類的輕鬆小品,難度不會太難,希望大家會喜歡~ 有火影忍者的元素,復刻(ㄜˋㄍㄠˇ)了許多經典戰役,火影迷歡迎遊玩(X 稍微難一點的是第三關和第四關,第三關建議和鼬對決之前使用影分身,才不會馬上被月讀捅死^^ 第四關建議在Boss用神羅天征之前,用須佐能乎的八咫鏡防禦,可以反彈喲~
光暈除三害
v 1.0.2
azureiscute
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 阿呆與小帥的日常閒聊 這是一個校園日常聊天的視覺小說遊戲,裡面參雜了一些冷笑話的視覺小說遊戲。 ## 素材來源 背景、角色立繪:https://www.bing.com/images/create?FORM=IRPGEN <br/>音樂:https://opengameart.org/content/funny-and-cute-town-theme ## 作者 **[kkk87](/profile/117356435211875042225@google)**
阿呆與小帥的日常閒聊
v 1.0.0
kkk87
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
就跟你說不同ip會計入平均分數= 聽懂了沒有= 不同ip的評論會計入平均分數,真可惜你沒有即時關閉評論。 因為你知道關閉評論可以有效阻礙計入平均分數
禁止關閉評論刪除評論檢討玩家
v 0.0.1
90Im2
MORE RESULTS
ⒸCode.Gamelet.com |
Privacy Policy
|
Terms of Service