kikuta.dev — zsh
kikuta@dev:~$
ls ~/kikuta.dev
./home
./projects
./notes
./about
./contact
kikuta@dev:~$
find ./projects -maxdepth 1 -type d
Projects
動かして確認できるプロトタイプと、日常の開発を少し軽くするツールを中心に公開しています。各ページには、何を試したかと設計上の判断を記録しています。
./adventurer-guild/
Public playable build
Adventurer Guild
冒険者を雇い、依頼へ送り、装備を鍛えながらギルドを育てる放置型RPG。短い操作と長い成長を両立させるゲームループを検証しています。
Browser Game / Idle RPG · TypeScript / Browser / GitHub Pages
./arcane-lab/
Public WebGL build
Arcane Lab
温度・色・範囲などのパラメータを組み合わせ、魔法の見た目と消費量が変化するUnity WebGL実験です。
Unity / WebGL Experiment · Unity / WebGL / GitHub Pages
./3d-shogi/
Public playable prototype
3D Shogi Action
将棋盤上の駒をミニチュア兵士として動かす、3Dアクションのプレイアブルプロトタイプです。
Unity / Action Prototype · Unity / 3D / WebGL
./tidal-guard/
Public preview
Tidal Guard
8×8の海岸グリッドで、敵の意図を読みながらユニットを動かすタクティカルゲームのUI・ゲームプレイ試作です。
Tactical SRPG Prototype · Web / Grid UI / GitHub Pages
./grimoire-rewrite/
Public build artifact
Grimoire Rewrite
魔導書を軸に、常時進行する戦闘と強化を組み合わせたモバイル向けゲームの公開ビルドです。
Browser Game Prototype · Web / Game UI / GitHub Pages
./easy-copy-errors/
Open source
Easy Copy Errors
エディタやVitestのエラー情報を、AIへ渡しやすい形でまとめてコピーするVS Code拡張です。
VS Code Extension · TypeScript / VS Code / Vitest