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

Comments

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

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
21•lqs_•1h ago•4 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
131•conesus•2d ago•154 comments

Show HN: AS Level Chemistry Lab Simulator

https://github.com/nsriram/chem_lab
10•sriram_iyengar•3d ago•2 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
75•Humanista75•2d ago•24 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
109•flamestro•20h ago•63 comments

Show HN: My brother and I built a BI tool with zero UI for data consumers

https://bonnard.dev
7•maxmealing•3h ago•5 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
307•smalltorch•1d ago•75 comments

Show HN: CodeLeash: framework for quality agent development, NOT an orchestrator

https://codeleash.dev/
7•cadamsdotcom•10h ago•2 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
215•vintagedave•2d ago•228 comments

Show HN: Beehive – Multi-Workspace Agent Orchestrator

https://storozhenko98.github.io/beehive/
45•mst98•3d ago•22 comments

Show HN: Rev-dep – 20x faster knip.dev alternative build in Go

https://github.com/jayu/rev-dep
42•jayu_dev•19h ago•11 comments

Show HN: Lazycal – Google Calendar TUI

https://github.com/pranavkarthik10/lazycal
3•treexs•6h ago•0 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
217•__cayenne__•2d ago•79 comments

Show HN: Mission Control – Open-source task management for AI agents

https://github.com/MeisnerDan/mission-control
42•meisnerd•1d ago•7 comments

Show HN: Clocksimulator.com – A minimalist, distraction-free analog clock

https://www.clocksimulator.com/
126•user_timo•2d ago•94 comments

Show HN: Arrival Radar

https://entropicthoughts.com/arrival-radar
4•kqr•8h ago•1 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
132•yassi_dev•1d ago•54 comments

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
219•odvcencio•1d ago•106 comments

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
322•levkk•3d ago•61 comments

Show HN: A self-hosted OAuth 2.0 server for authenticating AI agents and machine

https://github.com/mandarwagh9/MachineAuth
3•mandarwagh•11h ago•0 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
312•petewarden•2d ago•75 comments

Show HN: Lar-JEPA – A Testbed for Orchestrating Predictive World Models

https://github.com/snath-ai/Lar-JEPA
2•axdithya•11h ago•0 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
200•parkaboy•3d ago•131 comments

Show HN: StillPoint – local-first Markdown workspace with distributed sync

https://github.com/grnwood/stillpoint
2•grnwood•12h ago•2 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
203•onecommit•2d ago•71 comments

Show HN: Scheme-langserver – Digest incomplete code with static analysis

https://github.com/ufo5260987423/scheme-langserver
51•ufo5260987423•3d ago•2 comments

Show HN: I Built Smart Radio That Auto-Skips Talk and Ads by Using ML

https://tunejourney.com/
5•FreeGuessr•14h ago•2 comments

Show HN: Sowbot – Open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
181•Sabrees•3d ago•45 comments

Show HN: Sgai – Goal-driven multi-agent software dev (GOAL.md → working code)

https://github.com/sandgardenhq/sgai
35•sandgardenhq•1d ago•21 comments

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://github.com/vignesh07/babyshark
149•eigen-vector•3d ago•47 comments