PhilDunphy23

↗ HN profile [ 93.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. MCP server for managing email archives stored as .eml files. Designed to work alongside a pair of Power Automate flows that automatically export Outlook emails to OneDrive as .eml files, giving AI assistants full read…

  2. Another Air Combat vibe coded game (aircombat.vercel.app)
  3. I published this game here a few months ago, and since then I've made some major fixes, improved the netcode, and added a debug menu to inspect the game and network state. Hope you enjoy it! Features: - Passkey for…

  4. I built a game server with Deno KV. Feedback appreciated.

  5. This is my second time publishing this project so I've made some improvements based on what I saw people experiencing. New changes: - Added ping status for players connected to the the host - Added boundary checks for…

  6. Tech stack: - Passkey for registration and login - JSON Web Tokens for game server authentication - WebSocket for real-time notifications and tunneled communication between server and player - WebRTC for real-time…