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: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

https://github.com/inkeep/open-knowledge
221•engomez•11h ago•104 comments

Show HN: Chess-Inspired Roguelike

https://princechazz.com
236•cowboy_henk•4d ago•79 comments

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

https://hackernewstrends.com
677•ytkimirti•13h ago•146 comments

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

https://lingochunk.com/try
76•alder•16h ago•30 comments

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

https://minipcs.zip
105•yathern•5d ago•42 comments

Show HN: Bikepacking Planner

https://www.theinstant.cc/pack
4•Gshaheen•2h ago•0 comments

Show HN: Bible as RAG Database

https://www.crosscanon.com/
133•jacksonastone•1d ago•85 comments

Show HN: StartupsBR – A map of Brazilian startups

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

Show HN: FastPlay, a fast minimal Windows video player built in Rust

https://github.com/CalvinSturm/FastPlay
5•CalvinSturm•3h ago•0 comments

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

https://github.com/runtypelabs/persona
23•becomevocal•5d ago•17 comments

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

https://github.com/Fran314/secrets-manager-rs
29•Fran314•15h ago•19 comments

Show HN: HoprLabs – a Python lab for prototyping AI math ideas

https://github.com/TangibleResearch/HoprLabs
3•reboy•4h ago•0 comments

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

https://www.monolisa.dev/
184•bebraw•3d ago•86 comments

Show HN: DeepSeek Flash inverted the economics of agent products

https://www.rtrvr.ai/blog/code-as-plan-deepseek-flash-text-only-browser-agent
8•arjunchint•4h ago•0 comments

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

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

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

https://github.com/dima-quant/nimic
41•dima-quant•2d ago•27 comments

Show HN: A privacy-first tool to email your MP about Canada's surveillance bill

https://stopc22.ca/
4•braunshizzle•5h ago•0 comments

Show HN: I created a Scrabble-like word game with simple rules and fun combos

https://letterphile.com
3•sonOfHades•5h ago•0 comments

Show HN: Open-source app for UniNow QR code check in

https://lipstick.bixilon.de/bixilon/unithen
3•bixilon•6h ago•0 comments

Show HN:Every Team Is Building the Same Cache

https://www.tierfs.com/blog/every-team-builds-the-same-cache.html
4•saurabhpal97•6h ago•2 comments

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

https://victorribeiro.com/wordit/
39•atum47•2d ago•26 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: Nub – A Bun-like all-in-one toolkit for Node.js

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

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

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

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

https://brainfrog.lol
48•AlexanderZ•6d ago•33 comments

Show HN: Full featured language that compiles to binary

https://github.com/code-by-sia/xi
3•sia_xi•8h ago•0 comments

Show HN: No chair fixed my back, so we built one that won't let you sit still

https://www.movably.com/how-it-works
4•chaibiker•8h ago•1 comments

Show HN: Ex-Amazon, got burned out, left my job, and now building Zenvesto

https://zenvesto.com/
3•zenvesto•8h ago•1 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: Replyt – Track which Reddit discussions become customers

https://replyt.co
4•hectorguedea•4h ago•0 comments