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: Putt.day a daily mini golf game

https://putt.day/
167•ellg•10h ago•73 comments

Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering

https://github.com/entGriff/ezra
33•ent1c3d•2d ago•5 comments

Show HN: Skill for your agent to visualize your gbrain and Obsidian

https://github.com/vladignatyev/brain-map-skill
4•v_ignatyev•2h ago•1 comments

Show HN: Visualize an Obsidian/gbrain vault as an interactive graph and timeline

https://vladignatyev.github.io/brain-map-skill/
2•v_ignatyev•2h ago•1 comments

Show HN: Homebrew 6.0.0

https://brew.sh/2026/06/11/homebrew-6.0.0/
1412•mikemcquaid•1d ago•343 comments

Show HN: StackScope – I crawled over 40k indie launches to see what they ship

https://stackscope.dev/
55•datafreak_•17h ago•15 comments

Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

https://landscape.bairui.dev/
34•subairui•2d ago•16 comments

Show HN: Lead Qualifier – Get leads qualified in minutes

https://lead.robowrite.ai
3•mehdizare•6h ago•1 comments

Show HN: FablePool – pool money behind a prompt, and Fable builds it in public

https://fablepool.com
510•matthewbarras•1d ago•270 comments

Show HN: LLMRender, a 10kb Markdown+LaTeX renderer for React

https://llmrender.com/
2•franciscop•5h ago•0 comments

Show HN: Script to bulk delete Claude chats from the web UI

https://github.com/MatteoLeonesi/bulk-delete-claude-chat
54•ML0037•18h ago•18 comments

Show HN: Boo – Screen-style terminal multiplexer built on libghostty

https://github.com/coder/boo
90•kylecarbs•1d ago•27 comments

Show HN: Claw Patrol, a security firewall for agents

https://github.com/denoland/clawpatrol
103•rough-sea•3d ago•28 comments

Show HN: Extend UI – open-source UI kit for modern document apps

https://www.extend.ai/ui
248•kbyatnal•2d ago•80 comments

Show HN: Open-source Git-like Markdown docs for humans and agents

https://www.datacompany.dev
2•jbuchananr•8h ago•0 comments

Show HN: HelixDB – A graph database built on object storage

https://github.com/HelixDB/helix-db/tree/main
153•GeorgeCurtis•2d ago•42 comments

Show HN: Gravity – Interactive solar-system simulator, from Newton to Einstein

https://qunabu.github.io/Gravity/
212•qunabu•3d ago•51 comments

Show HN: Ttar 2.4 KB freestanding TAR archiver written in C, no Libc

https://github.com/Ferki-git-creator/ttar-tiny-tar-archivist
6•DenisDolya•22h ago•0 comments

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
1171•lizhang•4d ago•211 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
129•luke8086•5d ago•104 comments

Show HN: Geiger – A blast radius triage tool for any credential

https://github.com/puck-security/geiger
3•thesubtlety•14h ago•0 comments

Show HN: Vilvona AI – Self-Hosted AI Assistant with Tamil and Hindi UI

https://github.com/vignesh2027/Vilvona-AI
3•deepscalelabs•14h ago•0 comments

Show HN: Nenya – A lightweight, highly secure AI API Gateway/Proxy written in Go

https://github.com/gumieri/nenya
2•garou•15h ago•0 comments

Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h

https://redflag-check.info
17•vedant28t•2d ago•3 comments

Show HN: Squishy & Friends – Claude Fabel 5 coded a game and it is good

https://squishy.franzai.com/
4•franze•16h ago•2 comments

Show HN: Crowfly.golf – Zero-backend GPS round tracking (localStorage)

https://crowfly.golf
2•whycombinetor•16h ago•0 comments

Show HN: SharkClean MCP

https://github.com/a-funk/sharkclean-mcp
3•afunk•17h ago•0 comments

Show HN: Open-source API Key server written in Go by Ory

https://github.com/ory/talos/tree/master
34•leetvibecoder•1d ago•3 comments

Show HN: TunnelMind – reputation API for IPs, ASNs, and ad-tech supply chains

https://tunnelmind.ai/
9•o2k•1d ago•11 comments

Show HN: I had Fable clone a game, it turned it into an arena combat AI trainer

https://soldat.bobbby.online/
5•rhgraysonii•18h ago•0 comments