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: Pelican-bicycle alternatives (updated for 2026)

https://gally.net/temp/20260914pelican-alternatives/index.html
23•tkgally•1h ago•2 comments

Show HN: Kinesis – Control your Mac with the Meta Neural Band

https://github.com/callbacked/kinesis
82•callbacked•3h ago•26 comments

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
3•vasanthv•23m ago•0 comments

Show HN: What an agent does when anyone can read and rewrite its context

https://ljedrz.github.io/nachalnik/
3•ljedrz•37m ago•0 comments

Show HN: Voice Rater – in-browser voice analysis (jitter, CPPS, formants)

https://voice-rater.com/
2•hacksu•39m ago•0 comments

Show HN: Prmptree – AI email agent with a trust dial, not an on/off switch

https://www.prmptree.com/
2•doingmybest1•50m ago•0 comments

Show HN: Fluidify – A wiki of the industrial world being built (post-2026)

https://www.fluidify.org/map
2•gts_nesov•52m ago•0 comments

Show HN: Chickadee – Free, local, open-source text-to-speech for web pages

https://www.usechickadee.com
2•smahendrakar•1h ago•0 comments

Show HN: I built Otis, a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
6•petrenk0n•2h ago•0 comments

Show HN: Single-file private Markdown viewer

2•ericrkass-coder•1h ago•2 comments

Show HN: Bastion – run each MCP server once, for every client on your Mac

https://bastion.mgcrea.io/
2•olouv•1h ago•0 comments

Show HN: My-IP-Info – Ad-free IP intelligence, WebRTC, and DNS leak tester

https://github.com/ii2d/my-ip-info
2•donilan•1h ago•1 comments

Show HN: Fixrs – Refactoring for long absolute paths and clippy:absolute_paths

https://github.com/webc-site/fixrs
2•rmw-link•1h ago•0 comments

Show HN: Salmon – tray and desktop alerts for systemd services and custom checks

https://github.com/dimonomid/salmon
4•dimonomid•1h ago•0 comments

Show HN: Memory plugin for coding agents that remembers your coding&chat history

https://github.com/deepmemteam/deepmem-claude-plugin
3•deepmem•1h ago•0 comments

Show HN: Authorize MCP tool calls without giving agents the credentials

https://github.com/keydrisLabs/mcp-auth-keydris-template
3•b4timer•3h ago•1 comments

Show HN: Music visualizer that knows the drop is coming (iOS 27 on-device)

https://www.prismatic.fm/music/conductor
2•a-kaul•2h ago•0 comments

Show HN: Real-world attack credential lists from our own honeypot network

https://github.com/lurescope/top-attack-lists
2•lurescope•2h ago•0 comments

Show HN: Vigilator – human-in-the-loop layer for AI agents

https://vigilator.ai/
3•noahhafn•2h ago•0 comments

Show HN: Bare-Metal AI – Zero-dependency, sub-millisecond AI engines

https://github.com/eminsk/awesome-baremetal-ai
5•eminskinfo•3h ago•0 comments

Show HN: Slowave – local adaptive memory for coding agents

https://github.com/slowave-ai/slowave
3•mrsalty•3h ago•0 comments

Show HN: 1080p is 920px tall – 1k real browser viewports

https://screensize.net/reports/viewport-stats
37•zenpe•7h ago•20 comments

Show HN: AI-Native dependency upgrades through codemods

https://apiweiser-cli-fe.vercel.app/
2•enismustafaj•3h ago•0 comments

Show HN: PGSkiff – Connect IPv4 Clients to IPv6-Only Postgres

https://pgskiff.com
2•hauleth•3h ago•0 comments

Show HN: Candle

https://peterburk.github.io/candle.html
2•peterburkimsher•4h ago•0 comments

Show HN: What Just Pinged Me?

https://whatjustpingedme.com
20•furyofantares•17h ago•0 comments

Show HN: Exploring the intersection of prediction markets and social media

https://www.thevidmarket.com/
13•ryanpere2298•14h ago•1 comments

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

https://eterdb.com/
45•fdeth•3d ago•20 comments

Show HN: Crypto portfolio risk and scenario analysis with AI agents on top

https://sentralis.io/
3•Sentralis•5h ago•3 comments

Show HN: I made a flight simulator, except you're just a passenger

https://inflightsimulator.com
7•rkotcher•6h ago•5 comments