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: Isopolis – Isometric pixel map of SF

https://sf.isopolis.city/
62•nuwandavek•2h ago•16 comments

Show HN: ssh ssh.place

https://ssh.place
35•jeninh•2h ago•20 comments

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

https://github.com/wie-project/kakehashi
187•vlad_kalinkin•10h ago•40 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
13•emilesilvis•2d ago•5 comments

Show HN: Mu – Tools for Agents

https://github.com/micro/mu
39•asim•5h ago•11 comments

Show HN: Make your Framework 12 sound like a creaky door

https://github.com/ArcaEge/creakwork12
59•arcaege•6h ago•8 comments

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

https://github.com/graham33/nixos-dgx-spark
100•graham33•10h ago•30 comments

Show HN: Shitty – fast terminal. Memory-unsafe and faster than yours

https://github.com/pg83/shitty
93•pshirshov•4h ago•92 comments

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
170•eniac111•18h ago•22 comments

Show HN: Fuse – statically typed functional programming language

https://fuselang.org
103•the_unproven•15h ago•30 comments

Show HN: Project ESPAÑOL: Find level-appropriate Spanish-language poems

https://dmerullo.github.io/project-espanol/
3•us-merul•1h ago•0 comments

Show HN: MicroCodex Coding Agent – OpenAI/codex reimplemented in C++ <1MB binary

https://github.com/paoloanzn/microcodex
17•paoloanzn•6h ago•8 comments

Show HN: Alfa. Killing AI hallucinations with resonance

https://github.com/ConsciousGroupMind/SKYNET-800---Collective-Intelligence-Forecasting-System
7•SKYNET800•5h ago•2 comments

Show HN: Record Your Accomplishments

https://accomplishments.app/
2•samteeeee•2h ago•0 comments

Show HN: I implemented the Kimi K3 paper from scratch in PyTorch

https://github.com/TimRots/kimi3
8•ENOMEM•6h ago•0 comments

Show HN: mlxsh A lightweight CLI to serve multiple local LLMs on Apple

https://github.com/ansnadeem/mlxsh
2•ansnadeem•3h ago•1 comments

Show HN: Sixwhyo – A six year old agent reviewing your code

https://6yo.dev/
2•hxii•3h ago•0 comments

Show HN: Atomadic- Zero-LLM Sub-200us MCP Action Interlock (Storefront Restored)

https://atomadic.tech/orchard.html
2•Atomadic•3h ago•0 comments

Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

https://github.com/tom-ilan/cycloidal_gearbox
319•tomilan•1d ago•102 comments

Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores

https://github.com/syncular/syncular
75•quambo•17h ago•27 comments

Show HN: Blanked – Compare tech hiring processes by role and company

https://www.blanked.work/
2•mustafak99•4h ago•0 comments

Show HN: Katharos Functional programming and CSP-style concurrency for Python

https://github.com/kamalfarahani/katharos
33•kamalf•16h ago•8 comments

Show HN: DRM-CLI – open-source release manager for MSSQL/PostgreSQL/Oracle

https://github.com/dband-drm/drm-cli
2•dband-drm•4h ago•0 comments

Show HN: Elevators

https://john.fun/elevators
1628•Jrh0203•2d ago•399 comments

Show HN: STB-like zero-dependency O(N) FMM gravity solver

https://github.com/nihiL7331/polesitter
2•nihiL7331•4h ago•1 comments

Show HN: Cl33-opLM, a 236M language model with a reversible operator bottleneck

https://cl33.t3atlas.dev/
2•MirrorEthic•4h ago•0 comments

Show HN: Testimonials.Free ~1 KB embed widget, zero layout shift

https://testimonials.free/
2•nadermx•5h ago•0 comments

Show HN: Rubiks Cube Solver

https://github.com/punnerud/MPErubiks
2•punnerud•5h ago•0 comments

Show HN: Authoryze- payment controls for AI agents

https://authoryze.ai
3•kevinfee•6h ago•2 comments

Show HN: I worked on a new browser for 2 years, today it passed Acid 3

https://code.intellios.ai/cwbrowser/
153•coolwulf•2d ago•44 comments