frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
28•nickyvanurk•9mo ago

Comments

ricardobayes•9mo ago
Still to this day I have not seen an MMORPG that has as smooth movement and camera system as WoW.
okdood64•9mo ago
Camera movement in FFXIV is fine. Character movement was a bit clunky but still very usable.
kristoff200512•9mo 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•9mo ago
To replicate that feel is pretty much the point of this project.
MacNCheese23•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
I get net::ERR_CERT_COMMON_NAME_INVALID on everwilds.io (chrome android)

Show HN: Decided to play god this morning, so I built an agent civilisation

https://github.com/nocodemf/werld
14•urav•1h ago•6 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

https://nowigetit.us
11•jbdamask•1h ago•8 comments

Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash

https://github.com/junevm/splathash
25•unsorted2270•3h ago•11 comments

Show HN: Pkgdex – Search 3.5M Linux/Unix packages across 67 distros

https://pkgdex.org/
2•dvershinin•39m ago•1 comments

Show HN: I built a dashboard to track AI's impact on jobs

https://www.clocktick.ai/
2•AznHisoka•46m ago•0 comments

Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal

https://github.com/Higangssh/gitcredits
6•swq115•2h ago•0 comments

Show HN: Reclaim Flowers – A 2D physics-based "Digital Altar" protocol

https://github.com/voice-of-japan/Virtual-Protest-Protocol/blob/main/README.md
3•sakanakana00•1h ago•1 comments

Show HN: MontaukOS – A hobbyist OS in C++ with a GUI, networking, and DOOM

https://github.com/danihamm/MontaukOS
4•danihamm•1h ago•1 comments

Show HN: RTS with known stars and exoplanets can now be played in the browser

https://stardustexile.com
4•apseren•1h ago•0 comments

Show HN: MemoryKit – Persistent memory layer for AI agents

https://github.com/0j/memorykit
3•memorykit•1h ago•0 comments

Show HN: CarbonLint – Open-source real-time energy&carbon profiler for software

https://nishal21.github.io/CarbonLint/
3•nishalk•1h ago•0 comments

Show HN: Psmux – tmux compatible multiplexer for Windows

3•uniquegodwin•2h ago•1 comments

Show HN: Telos – A structured context framework for humans and AI agents

https://github.com/noahatfin/telos
3•wrencanfly•2h ago•0 comments

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
89•rikk3rt•22h ago•37 comments

Show HN: Unfucked - version all changes (by any tool) - local-first/source avail

https://www.unfudged.io/
112•cyrusradfar•1d ago•73 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
184•lqs_•1d ago•55 comments

Show HN: I ported Manim to TypeScript (run 3b1B math animations in the browser)

https://github.com/maloyan/manim-web
128•maloyan•2d ago•23 comments

Show HN: EEGFrontier – A compact open-source EEG board using ADS1299

https://github.com/TheusHen/EEGFrontier
2•TheusHen•3h ago•0 comments

Show HN: Jarvish – The J.A.R.V.I.S. AI inside your shell investigates errors

https://github.com/tominaga-h/jarvis-shell
2•tominaga-h•3h ago•0 comments

Show HN: Scite MCP – Full-text scientific papers in your AI workflow

https://scite.ai/mcp
2•jmnicholson•59m ago•1 comments

Show HN: I built a self-hosted course platform in Clojure

https://clojure.stream
53•jacekschae•2d ago•7 comments

Show HN: Polpo – Control Claude Code (and other agents) from your phone

https://github.com/pugliatechs/polpo
4•marcopennelli•4h ago•1 comments

Show HN: Badge that shows how well your codebase fits in an LLM's context window

https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens
83•jimminyx•23h ago•40 comments

Show HN: I Turned My CV into a Space Invaders Game (Rust and WASM)

https://breezko.dev
2•breezk0•5h ago•0 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
142•conesus•3d ago•166 comments

Show HN: News Pulse – Real-time global news feed, 475 sources, no algorithm

https://news-alert-eta.vercel.app
8•trevwebdev•7h ago•2 comments

Show HN: The Silent Filter, The Delegation of Synthesis and Linguistic Drift

https://juanpabloaj.com/2026/02/27/the-silent-filter/
9•juanpabloaj•17h ago•0 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
80•Humanista75•3d ago•38 comments

Show HN: PicShift – Convert images in the browser using WebAssembly

https://picshift.app/
3•pod4g•8h ago•1 comments

Show HN: I built GeoQuests where people can request photos of a place

https://geoquests.io
2•Swain123•8h ago•0 comments