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

Comments

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

Show HN: I built an AI that generates full-stack apps in 30 seconds

6•TulioKBR•50m ago•3 comments

Show HN: Centia.io – Open PostgreSQL/PostGIS back end for developers

https://centia.io/
14•mhoegh•1w ago•3 comments

Show HN: Serie – A rich Git commit graph in your terminal

https://github.com/lusingander/serie
3•lusingander•4h ago•0 comments

Show HN: Anki-LLM – Bulk process and generate Anki flashcards with LLMs

https://github.com/raine/anki-llm
52•rane•23h ago•21 comments

Show HN: Give your coding agents the ability to message each other

https://github.com/Dicklesworthstone/mcp_agent_mail
10•eigenvalue•15h ago•1 comments

Show HN: Strange Attractors

https://blog.shashanktomar.com/posts/strange-attractors
776•shashanktomar•2d ago•75 comments

Show HN: Why write code if the LLM can just do the thing? (web app experiment)

https://github.com/samrolken/nokode
426•samrolken•1d ago•309 comments

Show HN: DeepFake – Free AI Face Swap Online

https://deepfakefusion.com
3•epistemovault•9h ago•2 comments

Show HN: PyTogether, open-source lightweight real-time Python IDE for teachers

https://pytogether.org/
3•JawadR•10h ago•0 comments

Show HN: Pipelex – Declarative language for repeatable AI workflows

https://github.com/Pipelex/pipelex
120•lchoquel•5d ago•26 comments

Show HN: In a single HTML file, an app to encourage my children to invest

https://roberdam.com/en/dinversiones.html
247•roberdam•4d ago•434 comments

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude)

https://github.com/harshibar/yogi-cam
5•hyerramreddy•13h ago•0 comments

Show HN: Duper – The Format That's Super

https://duper.dev.br/
30•epiceric•1d ago•14 comments

Show HN: GT: experimental multiplexed distributed tensor framework

https://github.com/bwasti/gt
3•brrrrrm•14h ago•0 comments

Show HN: A simple drag and drop tool to document and label fuse boxes

https://github.com/alexadam/fuse-box-labels
25•eg312•2d ago•6 comments

Show HN: Quibbler – A critic for your coding agent that learns what you want

https://github.com/fulcrumresearch/quibbler
114•etherio•3d ago•27 comments

Show HN: Giving AI to your favorite whiteboard, Excalidraw

https://www.opencanvas.studio
5•winzamark12•15h ago•0 comments

Show HN: Chatolia – create, train and deploy your own AI agents

https://www.chatolia.com
3•blurayfin•16h ago•1 comments

Show HN: KeyLeak Detector – Scan websites for exposed API keys and secrets

https://github.com/Amal-David/keyleak-detector
26•amaldavid•1d ago•7 comments

Show HN: Learn German with Games

https://www.learngermanwithgames.com/
125•predictand•5d ago•106 comments

Show HN: I built a smart blocker after destroying my dopamine baseline

https://chromewebstore.google.com/detail/memento-mori/fhpkanfhfplcfpmklplbbenimajbahim
16•Rahul07oii•19h ago•6 comments

Show HN: UnisonDB – Log-native KV database that replicates like a message bus

https://unisondb.io
16•ankuranand•1d ago•0 comments

Show HN: Run a GitHub Actions step in a gVisor sandbox

https://github.com/geomys/sandboxed-step
85•FiloSottile•1w ago•3 comments

Show HN: Auto-Adjust Keyboard and LCD Brightness via Ambient Light Sensor[Linux]

https://github.com/donjajo/als-led-backlight
3•donjajo•1d ago•0 comments

Show HN: Front End Fuzzy and Substring and Prefix Search

https://github.com/m31coding/fuzzy-search
56•kmschaal•5d ago•4 comments

Show HN: I made a heatmap diff viewer for code reviews

https://0github.com
263•lawrencechen•3d ago•68 comments

Show HN: Find and download fonts from any website (weekend project)

https://typecatch.com
17•zdenham•1d ago•3 comments

Show HN: Bash Screensavers

https://github.com/attogram/bash-screensavers
246•attogram•6d ago•77 comments

Show HN: Carrie, for what Calendly can't do

https://getcarrie.com/
6•eastraining•22h ago•0 comments

Show HN: Research Hacker News, ArXiv & Google with Hierarchical Bayesian Models

https://sturdystatistics.com/deepdive-search
83•kianN•5d ago•23 comments