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•11mo ago

Comments

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

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
182•GodelNumbering•4h ago•67 comments

Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop

https://www.systalyze.com/utilyze
15•ManyaGhobadi•2h ago•1 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
50•garritfra•5h ago•24 comments

Show HN: Unusual Wikipedia

https://unusualwiki.nk412.com/
3•grilledchickenw•18m ago•0 comments

Show HN: 2 weeks of coding, 3 months of OpenAI review, my ChatGPT App is live

4•Aldipower•40m ago•0 comments

Show HN: Vibe-coding video games with Claude (Day 14: Tetris)

https://gamevibe.us/14-tetromino
2•pzxc•42m ago•0 comments

Show HN: Git-agecrypt – transparent file-level encryption for Git

https://github.com/bartei/git-agecrypt
2•bartei81•1h ago•0 comments

Show HN: I made a website to clean up recipe websites

https://tangled.org/dunkirk.sh/pear
3•clacker-o-matic•1h ago•2 comments

Show HN: Prediction market analysis app layering LLMs with data APIs

https://apps.apple.com/us/app/over-under-market-intelligence/id6761954121
2•noplace1ikegone•1h ago•2 comments

Show HN: I built a dual crossword puzzle where two crosswords share one grid

https://forkle.co.uk/
15•daveoshawrus•5h ago•12 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
225•yak32•4d ago•56 comments

Show HN: YubiClicker, a clicker game that requires a physical security key

https://yubiclicker.com/
4•k3wl•4h ago•0 comments

Show HN: The Unix Magic poster, annotated (updated)

https://github.com/drio/unixmagic
46•drio•15h ago•4 comments

Show HN: Tiao, A two-player turn-based board game

https://playtiao.com
55•trebeljahr•19h ago•25 comments

Show HN: I built a reference site for the recurring hard problems in software

https://thehardparts.dev/
6•ludovicianul•5h ago•2 comments

Show HN: Free textbook on engineering thermodynamics

https://thermodynamicsbook.com/
165•2DcAf•1d ago•43 comments

Show HN: Startup Equity Adventure Game

https://options-game-polymathrobotics.pythonanywhere.com/
29•iliabara•18h ago•16 comments

Show HN: Launch Your Product. Get Seen Weekly

4•kalashvasaniya•6h ago•2 comments

Show HN: AgentSwarms – free hands-on playground to learn agentic AI, no setup

https://agentswarms.fyi/
20•rohan044•20h ago•5 comments

Show HN: Building a SQL analyst agent from scratch

https://raminmousavi.dev/blog/building-a-sql-analyst-agent
5•ramin2nt2•7h ago•0 comments

Show HN: Matrirc – run irssi in 2026, talk to people on Matrix

https://github.com/pawelb0/matrirc
11•pawelb0•19h ago•0 comments

Show HN: A free ESG stock screener that publishes its losses and methodology

https://jumpstartsignal.com/
28•irldexter•1d ago•25 comments

Show HN: AI memory with biological decay (52% recall)

https://github.com/sachitrafa/YourMemory
92•SachitRafa•19h ago•42 comments

Show HN: Auge Vision from Your Terminal

https://auge.franzai.com/
25•franze•21h ago•5 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/
24•theletterf•1d ago•20 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
312•russellthehippo•4d ago•80 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
189•Zta77•2d ago•81 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
61•neo2006•1d ago•52 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
130•gregpr07•3d ago•62 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
255•najmuzzaman•2d ago•113 comments