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: Davit, a Apple Containers UI

https://davit.app
316•xinit•16h ago•75 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
168•segmenta•19h ago•52 comments

Show HN: Chiptune Radio

https://chiptune-radio.alephvoid.com/
53•bootbloopers•10h ago•14 comments

Show HN: Free Mermaid Diagram Editor

https://moxiedocs.com/mermaid-diagram-editor
38•ghosts_•11h ago•9 comments

Show HN: Neil the Seal Game

https://neiltheseal.app/
59•dalemhurley•2d ago•53 comments

Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens

https://github.com/kklimuk/docx-cli
65•kirillklimuk•17h ago•26 comments

Show HN: PostgreSQL performance and cost across 23 EC2 instance types

https://postgres.saneengineer.com
86•anivan_•22h ago•16 comments

Show HN: Halo – open-source, tamper-evident runtime evidence for AI agents

https://github.com/bkuan001/halo-record
36•brian_kuan•21h ago•20 comments

Show HN: your website as a TUI, over SSH right now

7•keepamovin•11h ago•5 comments

Show HN: Jot, a menu bar app that catches a thought before it's gone

https://jot.arunbrahma.com
3•masterbrewer•4h ago•1 comments

Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

https://whimfiles.com
88•whimbyte•1d ago•61 comments

Show HN: Codex-profiles – isolated Codex CLI/Desktop profiles

https://ducksss.github.io/codex-profiles/
3•chaipinzheng•4h ago•0 comments

Show HN: Turbo – An open-source, fast HTTP server with a real-time config GUI

https://turbo.okzgn.com
6•okzgn•11h ago•1 comments

Show HN: Ghostmeet – Self-hosted meeting transcription and summaries

https://ghostmeet.sshlab.dev/
13•swq115•9h ago•6 comments

Show HN: OCR Buddy: local browser OCR for code, formulas (LaTeX) and tables

https://github.com/Fanfulla/OCR-buddy
5•Fanfulla•13h ago•0 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
100•snyy•1d ago•25 comments

Show HN: I built an AI spritesheet generator for game developers

https://www.autosprite.io
3•autosprite•12h ago•0 comments

Show HN: Baerly-storage, a document DB that runs per request, no DB server

https://github.com/Gusto/baerly-storage
16•baerbaerbaer•18h ago•1 comments

Show HN: I created a ninety second challenge for conversations that matter

https://www.AskPitch.com/duel
2•KashifNY•9h ago•0 comments

Show HN: FactIQ – a realtime econ+finance database for AI agents

https://github.com/defog-ai/factiq-plugin
5•rishsriv•9h ago•2 comments

Show HN: Plagiarism.Free – Free Plagiarism Checker

https://plagiarism.free/
3•nadermx•10h ago•0 comments

Show HN: FrankenMarkdown, Render .md Files to PDF/HTML (also in browser)

https://github.com/Dicklesworthstone/franken_markdown
2•eigenvalue•10h ago•0 comments

Show HN: Perks Reminder – open-source tracker for expiring card benefits

https://github.com/lifan-builds/perks-reminder
2•lifan-builds•11h ago•0 comments

Show HN: Context Warp Drive – Deterministic context folding for AI agents

https://github.com/dogtorjonah/context-warp-drive
8•Dr_Jonah•20h ago•2 comments

Show HN: A LinkedIn / X CLI for your agents

https://usesocial.dev
4•knrz•11h ago•0 comments

Show HN: Convergo – plan/build review loops for coding agents

https://github.com/gomilesf/convergo
2•gomilesfd•12h ago•0 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
227•homegamesjoseph•2d ago•55 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
58•PatchRequest•2d ago•26 comments

Show HN: Backlog – tasks and contexts manager for AI coding agents

https://github.com/mazen160/backlog
4•mazen160•13h ago•0 comments

Show HN: Instant GraphRAG over any Postgres database

https://polygres.com
4•daleverett•13h ago•2 comments