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: Echo – Fable-level results at 1/3 the cost using open-weight models

430•adam_rida•20h ago•211 comments

Show HN: I repaired a dead ASIC and built a foundry that engraves your words

https://strikeablock.com/
2•laksgandikota•49m ago•0 comments

Show HN: X402vps – Docker containers for AI agents, paid per hour with USDC

https://x402vps.com
9•z1z2z3•3h ago•0 comments

Show HN: Palmier Pro – Open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
180•harrisontin•1d ago•26 comments

Show HN: Audio Player with "Binaural Beats" tuned to the same key as your music

https://github.com/henrygabriels/binaural-studio
14•gabriel666smith•5h ago•3 comments

Show HN: Self-hosted multi-tenant agents built on Claude Code and Codex

https://github.com/OtoDock/oto-dock/
4•dimitrismrtzs•1h ago•0 comments

Show HN: CockroachCrawler–1 package for crawling,browsers,PDF,extraction,and MCP

https://github.com/AjnasNB/cockroach-crawler
4•Cognifyr•2h ago•0 comments

Show HN: Uploads.sh – the missing upload command for coding agents (open-source)

https://uploads.sh/
7•zachdunn•3h ago•0 comments

Show HN: Sequence, a daily spatial number puzzle

https://notebeck.com/sequence/
3•aidanbeck•2h ago•2 comments

Show HN: Invisible color – Logic mini game

https://invisible-color.vercel.app/
3•wrongful1520•2h ago•3 comments

Show HN: Extension that shows complaints and more on NYC apartment listings

https://streetleaky.com/
2•willmeyers•2h ago•0 comments

Show HN: equitycalculator.org

https://www.equitycalculator.org/
3•morninj•2h ago•2 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
103•Jonathanfishner•1d ago•30 comments

Show HN: Turn any recipe into 2-player mode

https://nommer.ai/
4•gghootch•2h ago•4 comments

Show HN: ShiftType – Tap Shift to switch input methods on macOS

https://apps.indiemaze.com/shifttype/
2•sebjones•2h ago•0 comments

Show HN: AgentWatch – Local MCP proxy that catches agents leaking your data

https://github.com/dhanraj176/agentwatch
3•dhanrajpandya•3h ago•0 comments

Show HN: Claude-thermos keeps your Claude session warm for you

https://github.com/izeigerman/claude-thermos
105•s0ck_r4w•22h ago•83 comments

Show HN: Devdex – a pixel-art identity page for builders

https://devdex.tech/arcofchanu
3•the1ronit•3h ago•1 comments

Show HN: Kilo – Open-source, local-first workout, weight and calorie tracker

2•shayan_abbas•1h ago•2 comments

Show HN: TechStacks – Popular Tech news summarized, including comments

https://techstacks.io
2•mythz•3h ago•0 comments

Show HN: I built an app where tasks live inside calendar events

https://apps.apple.com/ph/app/zesfy-daily-planner-progress/id6479947874
2•zesfyapp•3h ago•0 comments

Show HN: Cc-session-migrate: Cross-node migration for Claude Code sessions

https://github.com/bigwhite/cc-session-migrate
2•bigwhite•3h ago•0 comments

Show HN: A monorepo where AI agents can safely build and maintain applications

https://github.com/louisbrulenaudet/monorepo-template
2•brulenaudet•3h ago•0 comments

Show HN: Remux – an open-source tmux workspace designed for iPhone

https://github.com/h3nock/remux
95•bitwise42•1d ago•32 comments

Show HN: Tawrida – Global Trade Tools – Export-Document Generators

https://tawrida.xyz/tools
3•m-zakarya•4h ago•0 comments

Show HN: Trifle – Open-source analytics that stores answers, not events

https://trifle.io/
47•iluzone•2d ago•13 comments

Show HN: YC Has It – describe your problem, find the YC startup that solves it

https://www.ychasit.com/
5•intelligentleak•4h ago•0 comments

Show HN: A useful service for back end devs

https://app.linking.studio
2•yourfavdev•4h ago•1 comments

Show HN: A factory simulator game built on Spreadsheets

https://www.logisheets.com/?craft=factory-simulator
16•JeremyHe•14h ago•2 comments

Show HN: Vinv-Ties every runtime trace to code segment, prevents reward hacking

https://github.com/VinvAI/VinvAI
3•sohamac•5h ago•0 comments