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: Fly By – retro biplane flying game

https://michaelteter.com/flyby.html
31•michaelteter•4d ago•25 comments

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
387•stingrae•1d ago•117 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
187•gioscarab•1d ago•44 comments

Show HN: Fast Cut Video tool for cutting video for Agents

https://github.com/modecir/fast-cutvid
8•Modecir•3h ago•4 comments

Show HN: Merge Wikipedia articles across languages into one page

https://github.com/gojiplus/wikifuse
3•neehao•3h ago•0 comments

Show HN: HyperCard to HTML Converter

https://github.com/stachon/hc2html
10•druidcz•7h ago•1 comments

Show HN: Amaze Kings – a browser logic puzzle with 1,400 hand-graded levels

https://kings.amaze-apps.com/
12•amaze-apps-com•7h ago•1 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
32•tupe12334•1d ago•15 comments

Show HN: Reactor Atlas

https://reactoratlas.com
75•fedecaccia•2d ago•25 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
11•ppsreejith•8h ago•6 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
7•rsandhu•8h ago•1 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
22•s-xyz•1d ago•2 comments

Show HN: Minilith – A zero-dependency CMS stored inside a PNG file

https://blog.minilith.site/#posts/minilith-architecture
9•a_bytecycle•11h ago•5 comments

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

https://hnmatchmaker.com/
123•all2•4d ago•46 comments

Show HN: OwnTime – a chess clock for your day's priorities

https://owntime.app/
111•fmos•4d ago•61 comments

Show HN: TenantLayer – Multi-Tenancy for Spring Boot and Postgres

https://tenantlayer.io
6•suchait6655•15h ago•1 comments

Show HN: I made a word building game supporting anagrams and one handed use

19•busymom0•2d ago•1 comments

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR

https://compute.cheap/
60•EmiCorleone•2d ago•20 comments

Show HN: WinZST > 7-Zip fork with first-class compressed tar support on Windows

https://github.com/firebadnofire/WinZST
4•firebadnofire•20h ago•2 comments

Show HN: Rubato – Retro-Mac desk device mirrors AI coding state-ESP8266

https://github.com/lovaxi/Rubato_Device
6•Beartificial•20h ago•2 comments

Show HN: Newton's Orchard – Browser-based space/gravity playground

https://newtonsorchard.app
31•andrewchilds•4d ago•5 comments

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
182•masteranza•4d ago•82 comments

Show HN: Less-sheet – A minimal but fast CSV viewer

https://te-x.github.io/less-sheet/
5•te-x•1d ago•0 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
9•firatcan•1d ago•1 comments

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
237•carloslfu•4d ago•116 comments

Show HN: TimerVana a Local-first scheduler for real world routines

https://timervana.net/browse
4•granto•1d ago•0 comments

Show HN: asciiQuake

https://asciiquake.wtf/
16•apresmoi•3d ago•7 comments

Show HN: Sageling - a local AI agent for Mac, Qwen 3.5 9B in-process via MLX

https://sageling.ai/
7•kirillklimuk•1d ago•1 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
3•alexjsalsali•1d ago•0 comments

Show HN: Coder Eval – A Framework for Evals

https://github.com/uipath/coder_eval
4•mihaich•1d ago•1 comments