HackerTrans
トップ新着トレンドコメント過去質問紹介求人

PhilDunphy23

no profile record

投稿

Show HN: Interact with your .eml files using MCP tools

github.com
2 ポイント·投稿者 PhilDunphy23·先月·0 コメント

Another Air Combat vibe coded game

aircombat.vercel.app
1 ポイント·投稿者 PhilDunphy23·4 か月前·1 コメント

JWT Studio – Your local tokens, organized

github.com
4 ポイント·投稿者 PhilDunphy23·5 か月前·0 コメント

Multiplayer TypeScript Game (2025 update)

hoodball.vercel.app
1 ポイント·投稿者 PhilDunphy23·7 か月前·1 コメント

Show HN: Hood Ball – Multiplayer car-based soccer battle (v2)

miguelripoll23.github.io
1 ポイント·投稿者 PhilDunphy23·昨年·0 コメント

Show HN: Teams DJ – monitor microphone usage to control your music

github.com
1 ポイント·投稿者 PhilDunphy23·昨年·0 コメント

Show HN: A game server built with Deno KV

github.com
3 ポイント·投稿者 PhilDunphy23·昨年·0 コメント

Show HN: Wheel Ball – Multiplayer game for the web

miguelripoll23.github.io
1 ポイント·投稿者 PhilDunphy23·2 年前·0 コメント

Show HN: Wheel Ball – Multiplayer game for the web

miguelripoll23.github.io
3 ポイント·投稿者 PhilDunphy23·2 年前·3 コメント

Whell Ball: multiplayer game for the web

miguelripoll23.github.io
1 ポイント·投稿者 PhilDunphy23·2 年前·1 コメント

Show HN: A GitHub action to bump version using custom pull request labels

github.com
2 ポイント·投稿者 PhilDunphy23·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 PhilDunphy23·3 年前·0 コメント

GitHub's Sunday Outage

github.blog
1 ポイント·投稿者 PhilDunphy23·3 年前·0 コメント

Show HN: A GitHub action to generate tags for releases

github.com
2 ポイント·投稿者 PhilDunphy23·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 PhilDunphy23·4 年前·0 コメント

コメント

PhilDunphy23
·4 か月前·議論
If you have issues with passkey authentication try other device
PhilDunphy23
·7 か月前·議論
I added NPC, snow effect and recorder/player this year.

Code here: https://github.com/MiguelRipoll23/hood-ball

I still need to do some good refactor and separation of concerns... hopefully AI helps me out.
PhilDunphy23
·2 年前·議論
Is your browser missing passkey support? If you see any errors please let me know.
PhilDunphy23
·2 年前·議論
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 communication between host and players

- Web Crypto API for server configuration and player scores handling

Source code: https://github.com/MiguelRipoll23/wheel-ball

Feedback appreciated.
PhilDunphy23
·3 年前·議論
I've been analyzing the leaked source code of GTA V to see how the matchmaking works and learn more about game servers. I decided to create a Wiki on GitHub to publish my learnings with the hope of others to join if they interested.

Be aware that everything may not be fully correct, codebase is huge and I'm not a C++programmer which makes the analysis quite tricky.