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: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
470•automatoney•10h ago•88 comments

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
51•edwardbzhang•6h ago•14 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
24•brian-armstrong•3h ago•1 comments

Show HN: A little physical breakout clone

https://brontosaurusrex.github.io/physical/v7/
11•brontosaurusrex•4d ago•7 comments

Show HN: Misalignments when using AI for hacking

https://blog.vulnetic.ai/ai-misalignment-and-penetration-testing-e812194b67ca?sharedUserId=Vulnet...
3•danieltk76•1h ago•0 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
120•MakazhanAlpamys•14h ago•23 comments

Show HN: Your next startup, ready in the blink of an eye

https://blink-ideas-web.onrender.com/
2•drewgallagher•2h ago•0 comments

Show HN: Mint MCP – Generate 3D assets from coding agents

https://mcp.mint.gg
2•carrabre•3h ago•0 comments

Show HN: Jido Assembly; Slack Clone in Pure Elixir with Integrated Agents

https://jido.run/blog/jido-assembly-slack-clone
18•mikehostetler•10h ago•0 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
298•leonickson•1d ago•134 comments

Show HN: Hinode – Cloud Linux desktop with a dedicated GPU that auto-pauses

https://hinode.run
3•iamursky•3h ago•0 comments

Show HN: AI product evaluation methodoloy at huby

2•dd-sharma•3h ago•0 comments

Show HN: Collab Word in Web – Collaborative Near MS Word Parity Docx Editor

https://collab.word-in-web.com/
2•theRealestAEP•3h ago•0 comments

Show HN: Pleasantries

https://github.com/QAInsights/pleasantries
3•qainsights•4h ago•0 comments

Show HN: Sign language translation with smart glasses

https://github.com/aadisang/hand-wave
2•aadisang•4h ago•0 comments

Show HN: I gave my video editor an MCP server so Claude can edit videos for me

https://www.shorz.ai
3•DonRando•4h ago•0 comments

Show HN: All-in-one gamedev toolkit for indie creators

https://reactorcoregames.github.io/
3•not_wowinter14•4h ago•0 comments

Show HN: Yanes, yet another NES audio plugin:LinuxCLAP polyphonic chiptune synth

https://github.com/andrewfader/yanes
3•androsynth89•4h ago•0 comments

Show HN: Movie scores from what people say when nobody's asking

https://skipthecritics.com
2•LevelTenMedia•4h ago•0 comments

Show HN: A search engine for VPS servers with an automatic crawler pipeline

https://vpspricetracker.com
2•davidebaldini•4h ago•1 comments

Show HN: Mcpscore – validate any MCP server compliance with a new MCP version

https://github.com/mcp-box/mcpscore
2•alex_akimov•4h ago•0 comments

Show HN: SIEMatic, a fair-sourced observability and security platform

https://github.com/mcindi/siematic
7•ilovetux•9h ago•4 comments

Show HN: OpenEdit – Your coding agent can now edit videos

https://github.com/veedstudio/open-edit
9•sabbakeynejad•11h ago•2 comments

Show HN: My tool scanned 256 AI-built apps and most had exposed credentials

https://necktochoke.com/
3•kahlilashanti•6h ago•0 comments

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
5•kol3x•11h ago•0 comments

Show HN: ssh ssh.place

https://ssh.place
182•jeninh•2d ago•112 comments

Show HN: A faster coding agent than Codex and Claude Code

https://www.codewithbullet.com
5•alsima•6h ago•5 comments

Show HN: TormentNexus – Local-first Go control plane with persistent memory

https://tormentnexus.site
2•TormentNexusAI•6h ago•0 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
117•NickySlicks•1d ago•32 comments

Show HN: Adapt, Automatically Turns Files into REST APIs, Web UI, and MCP

https://github.com/mcindi/adapt
5•ilovetux•10h ago•0 comments