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: Chess-Inspired Roguelike

https://princechazz.com
57•cowboy_henk•4d ago•20 comments

Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

https://hackernewstrends.com
497•ytkimirti•5h ago•130 comments

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

https://github.com/inkeep/open-knowledge
22•engomez•3h ago•5 comments

Show HN: Turn native language audio into flashcards and shadowing practice

https://lingochunk.com/try
61•alder•7h ago•27 comments

Show HN: MiniPCs.zip – Charting the Pareto frontier of Mini PCs

https://minipcs.zip
72•yathern•4d ago•28 comments

Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT)

https://github.com/runtypelabs/persona
14•becomevocal•4d ago•16 comments

Show HN: Bible as RAG Database

https://www.crosscanon.com/
110•jacksonastone•17h ago•67 comments

Show HN: Secs-man, a secrets manager you can (not) rely on

https://github.com/Fran314/secrets-manager-rs
27•Fran314•6h ago•17 comments

Show HN: StartupsBR – A map of Brazilian startups

https://www.startupsbr.com/sao-paulo
52•leonagano•6d ago•24 comments

Show HN: Top' for Redis Using eBPF

https://github.com/yeet-src/redissnoop
3•ok_major_9889•2h ago•0 comments

Show HN: Nimic – Pure Python as a systems language with AOT compilation

https://github.com/dima-quant/nimic
34•dima-quant•2d ago•23 comments

Show HN: Write SaaS apps where users control where their data is stored

https://github.com/wolfoo2931/linkedrecords/
68•WolfOliver•6d ago•30 comments

Show HN: Monolisa v3 – a typeface for developers and creatives

https://www.monolisa.dev/
179•bebraw•3d ago•83 comments

Show HN: Hikaru Labs – Bulk image and file processing, 100% in-browser

https://hikarulabs.xyz
4•CFBL•3h ago•1 comments

Show HN: iOS Apps on Linux

https://github.com/Lore-Hex/QuillUI
5•ljlolel•3h ago•0 comments

Show HN: Wordit – Change One Letter, Keep the Chain Going

https://victorribeiro.com/wordit/
35•atum47•2d ago•24 comments

Show HN: Navatala GPU – multi-back end GPU kernels and Python bindings

https://github.com/navatala-systems/navatala_gpu
6•bvenkat•4h ago•0 comments

Show HN: Brain Frog – Can you be random enough for 11 lines of JavaScript?

https://brainfrog.lol
47•AlexanderZ•6d ago•31 comments

Show HN: LookAway, a Mac break reminder that knows when not to interrupt

https://lookaway.com
70•_kush•1d ago•23 comments

Show HN: FileVeil · Hide Any File Inside Another File

https://fileveil.com/
3•fileveil•5h ago•3 comments

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

https://github.com/nubjs/nub
267•colinmcd•1d ago•74 comments

Show HN: peerd – AI agent harness that runs entirely in your browser

https://github.com/NotASithLord/peerd
67•NotASithLord•2d ago•22 comments

Show HN: DPI Bypass – directory of tools and clients to evade DPI

https://github.com/ubub111/awesome-dpi-bypass
3•ububus•6h ago•0 comments

Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB

https://pure-effect.org
56•tie-in•4d ago•14 comments

Show HN: Multi Agent Protocol for AI Scientist by Hexo Labs

https://github.com/hexo-ai/socrates
5•martianvoid•7h ago•0 comments

Show HN: Visual Workspace for Agents Based on Unix

https://www.prototyper.co
10•thijsverreck•7h ago•2 comments

Show HN: ParseHawk – 100% Local Document AI with API, CLI, and Web UI

https://github.com/parsehawk/parsehawk
6•francisrafal•8h ago•1 comments

Show HN: An ASCII 3D Rendering Engine

https://glyphcss.com
208•apresmoi•5d ago•51 comments

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

https://tikz.dev/editor/
442•DominikPeters•2d ago•74 comments

Show HN: Got sick of ads, so I made my own logic puzzle site

https://puzzlelair.com/
247•HaxleRose•3d ago•165 comments