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: I pointed 11 cold AI agents at my own product. 3 finished

https://pact0.com/notes/agents-vs-our-own-product
3•benban•1h ago•0 comments

Show HN: Vertumnus – printable posters of farmers' market produce seasonality

https://vertumnus.fyi
39•perspectivezoom•3d ago•15 comments

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
20•specy•2d ago•2 comments

Show HN: DOOM in the kernel, or fibers in eBPF

https://ayles.github.io/doom-in-kernel/
41•ayles•1d ago•10 comments

Show HN: MultiMatte, a Promptable Image Background Removal Model

https://usefeyn.com/blog/multimatte/
46•snyy•15h ago•8 comments

Show HN: Self Host Your Own Minecraft Java Server with Ease

https://github.com/5TN1rcZRS79VAEFuUCRB/MCPersist
2•CMboSqdTACiEX27•3h ago•1 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
578•dmitrybrant•1d ago•260 comments

Show HN: Filament – Fast data movement engine in Go

https://github.com/galaxy-io/filament
29•ikswolzok•2d ago•5 comments

Show HN: Compute polynomials twice as fast

https://thomasahle.com/fast-polynomials/
132•thomasahle•1d ago•40 comments

Show HN: Family Greenhouse – shared plant care for a household

https://familygreenhouse.net/
2•ChelseaKR•4h ago•0 comments

Show HN: Kern Agent – See inside your agent's brain

https://github.com/oguzbilgic/kern-ai
2•obilgic•5h ago•0 comments

Show HN: Nightshift – Your code gets better while you sleep

https://github.com/openslop/nightshift
10•tcbrah•12h ago•15 comments

Show HN: Learn programming by building something you want

https://codeset.ai/
2•Nfsaavedra•6h ago•0 comments

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments

https://github.com/OtoDock/oto-dock
46•dimitrismrtzs•1d ago•14 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
245•animeshchouhan•2d ago•114 comments

Show HN: Dbmask – Discover, mask, and verify sensitive data in SQL databases

https://github.com/sealandseacat/dbmask
5•SiyuanFeng•15h ago•0 comments

Show HN: We served 5k dynamic websites from a 2-vCPU, 4 GB VPS

https://github.com/Kooboo/Kooboo/blob/main/Docs/5000-sites-benchmark.md
8•zguoqi•16h ago•2 comments

Show HN: ZestSSH, my capstone SSH client that people started paying for

https://zestssh.com/
2•affluentlabs•9h ago•0 comments

Show HN: An interactive 3D Pattern Language made with Astra

https://livedin.co.uk/design-patterns/
2•Tomasmillar•9h ago•1 comments

Show HN: Calmscroll – a reader that shows the current paragraph in the library

https://calmscroll.com
6•amadeuspagel•16h ago•0 comments

Show HN: Open-source simulation testing infra for voice agents

https://github.com/egma-ai/egma
14•Nischalj10•14h ago•5 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
169•ifz•2d ago•30 comments

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
47•atomburst•1d ago•24 comments

Show HN: EterDB, a Postgres fork that makes it easy to recover from incidents

https://eterdb.com/
4•fdeth•15h ago•1 comments

Show HN: Post-graph-RAG – your RAG still thinks the old CFO is the CFO

https://github.com/crajah/post-graph-rag
3•chandanrajah•15h ago•0 comments

Show HN: Loudkit, Local TTS with Native Swift, Go, Rust and TypeScript Ports

https://github.com/loudreader/loudkit
2•mowmiatlas•11h ago•0 comments

Show HN: Model pricing board for DeepSeek Harness: 7k models, cheapest route

https://github.com/vitas/dsh-model-pricing
3•vitass•16h ago•0 comments

Show HN: Math Gambling

https://kuber.studio/math-gambling/
8•kuberwastaken•16h ago•0 comments

Show HN: MaruCheck – Independent QA for AI-generated code

https://github.com/Kidus-M/MaruCheck
3•KidusMT•16h ago•0 comments

Show HN: hcode One-Person Engineering - SDLC Approach

http://hcode.works
2•phwbikm•11h ago•4 comments