frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
28•nickyvanurk•1y ago

Comments

ricardobayes•1y ago
Still to this day I have not seen an MMORPG that has as smooth movement and camera system as WoW.
okdood64•1y ago
Camera movement in FFXIV is fine. Character movement was a bit clunky but still very usable.
kristoff200512•1y ago
Yes, I think so too! I'm not sure why, but even though technology has advanced so much compared to before, there still isn't an online game that can surpass it.
nickyvanurk•1y ago
To replicate that feel is pretty much the point of this project.
MacNCheese23•1y ago
Do i see this correctly, TCP-based Websocket with JSON messages that are parsed?

That is very much removed from any MMORPG type of communication.

One of the hardest parts of a client/server MMO architecture is the network layer, which uses a lossless/retry/fault-prove UDP-based protocol. Everything else sits on top. Luckily, there are tons of sample libraries by now, I suggest peeking at the leaked SW Online sony code which includes the source for their implementation.

jaoane•1y ago
World of Warcraft uses TCP, which is the correct choice because the current state is the sum of all previous updates. So why not let the kernel handle the hairy parts?
setr•1y ago
>because the current state is the sum of all previous states

I don't think that's true, except for the server? From the client's perspective, the current state is whatever the hell the server thinks is the sum of all previous state. So you generally don't need lossless message passing; you just need to be able to resync periodically, and trying to resend on lost messages is probably a waste of time if you can sync straight to current state

If the client/server were deterministically simulated -- thus every event must be fully represented on both sides to be in sync -- then sure, but I'm fairly positive no MMO does that

jaoane•1y ago
That’s not how it works in World of Warcraft though. The server only sends the client the absolute state of the world on login. Then it’s all relative updates. Like: unit X lost 13 hit points. The client derives the current state from that. So UDP is inappropriate because you need things to be ordered.
MJGrzymek•1y ago
I get net::ERR_CERT_COMMON_NAME_INVALID on everwilds.io (chrome android)

Show HN: Diffing Binary Files

https://withkord.com/diff
6•wennyyustalim•1h ago•2 comments

Show HN: An AI agent that trades inside limits you set, starting on paper

https://quantsignals.xyz/fst
8•henryzhangpku•4h ago•3 comments

Show HN: HUD, an open-source minimal terminal UI for ClaudeCode, Codex, OpenCode

https://github.com/adrida/hud-mode
4•adam_rida•2h ago•1 comments

Show HN: We built an open USB-C Power Delivery analyzer and programmable sink

https://github.com/T76-org/drpd
4•mtabini•2h ago•0 comments

Show HN: Sixteen sign-in pages for one app, switchable with one env var

https://wordhoard-design-lab.vercel.app
2•sidclaw•2h ago•0 comments

Show HN: LLM control of deterministic coder – Sif 1.0 – LLMs as vibe coders

https://github.com/Mac-at-SifSys/Sif-1.0
4•tmbird•2h ago•2 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
591•automatoney•1d ago•99 comments

Show HN: Kotro – local control plane for coding agents

https://github.com/kotro-labs/kotro-proxy-engine
4•rameshpandian•2h ago•0 comments

Show HN: Mvn-lite – I taught Maven to be an introvert for coding agents

https://pvrlabs.xyz/articles/introverted-maven.html
3•ejboy•2h ago•0 comments

Show HN: TestFlight iOS native Buzz client "Hive for Buzz"

https://testflight.apple.com/join/ecMyGtBy
3•pompeii•2h ago•0 comments

Show HN: Modern Browsers Don't Need the Cookie Anymore

https://kuber.studio/cookie/
6•kuberwastaken•4h ago•4 comments

Show HN: Twocal – Calendar sync that verifies both sides actually agree

https://twocal.app/
2•gsudarkoff•3h ago•0 comments

Show HN: Arxid – keyed, non-enumerable ID obfuscation

https://github.com/lucasolopes/arxid
2•byolopes•3h ago•0 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
59•brian-armstrong•19h ago•10 comments

Show HN: AgentTerm – open tools to replace the terminal for any coding-agent CLI

https://github.com/albertwujj/agent-term
3•aywu•3h ago•0 comments

Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
160•edwardbzhang•22h ago•49 comments

Show HN: I built one of the most advanced web-based drum/beat sequencers

https://maximecb.github.io/groovie/#a_96_bar_berlin_techno_arrangement/FdAnck8QxEjUoejHv1EvwfEK6C...
4•maxime_cb•3h ago•2 comments

Show HN: An app to dump notes during the day and plan todos without distraction

https://today.spqrk.net/
3•SPQRK•6h ago•0 comments

Show HN: Buy My Agent MCP Server – Search AI Agents from Any MCP Client

https://www.buy-my-agent.com/connect
2•buymyagent•4h ago•0 comments

Show HN: RequestGuard – Protect AI from following your links

https://go.requestguard.com/
2•mariusbolik•4h ago•0 comments

Show HN: Audio-tldr – Summarize any video or podcast locally with Whisper

https://github.com/AugustusW/audio-tldr-skill
4•AugustusW•4h ago•0 comments

Show HN: Overcheck – self-hosted uptime monitoring, API and multi-user access

https://github.com/overcheck/overcheck
4•fadibar•4h ago•0 comments

Show HN: LearnOS – Open-source, AI-native Coursera you run locally

https://learnos.opara-ai.com/
3•learn_os•4h ago•0 comments

Show HN: I replaced my clipboard manager with a screen-edge shelf 800 downloads

https://edgedrop.vercel.app/
3•Deepender25•4h ago•0 comments

Show HN: Randomverse – An algorithm-free, randomized global social feed

https://randomverse-social.vercel.app
4•MohammedBokir•4h ago•0 comments

Show HN: PageForth - An on-device AI news reader that summarizes any site

https://pageforth.com/
2•nate•4h ago•0 comments

Show HN: CMYK HSL Picker

https://brzozo.ws/utils/cmyk-hsl-picker/
3•RicoElectrico•4h ago•0 comments

Show HN: The Museum of Stack Overflow

https://closedasduplicate.com/
3•hafiz_•4h ago•0 comments

Show HN: Labgrid-MCP – let AI agents drive real embedded hardware labs

https://github.com/onurcelep/labgrid-mcp
7•oclp•5h ago•0 comments

Show HN: AuditBadger – SOC 2 and ISO 27001 – AI drafts, you approve

https://auditbadger.com/
9•mlitwiniuk•5h ago•3 comments