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: Wheesper – Start an anonymous discussion with a link

https://wheesper.com/
22•whatdoyouthink2•4h ago•22 comments

Show HN: GPU Accelerated Desktop Screen Flash Filter (Photosensitive Epilepsy)

https://flashfilter.app/
5•flashfilter•2h ago•1 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2780•section33•1d ago•329 comments

Show HN: I built claw-coder which is the first atonomous local AI agent

3•GabrielBlessed•1h ago•2 comments

Show HN: Waylandar – a Wayland calendar widget, syncs Google Calendar and more

https://github.com/samjoshuadud/waylandar
2•samjoshuadud•1h ago•1 comments

Show HN: Gather every memory in one beautiful place

https://theirshoebox.com
2•not_wowinter13•1h ago•2 comments

Show HN: Neuron. Turn a SQL query history into a semantic layer

https://www.momentaanalytics.com/free-trial
2•sandrewsmomenta•1h ago•0 comments

Show HN: Sharper – an AI office agent grounded in your knowledge, with citations

https://sharper-ai.co
3•zhiheng_huang•2h ago•0 comments

Show HN: Roll Solver – daily multiplayer word puzzle PWA

https://rollsolver.com
3•peterbr•2h ago•0 comments

Show HN: Framesmith 1.9 – charts as a node type for AI-designed UIs

https://github.com/vicmaster/framesmith
2•vicvelazquez•2h ago•0 comments

Show HN: A free lever-based puzzle game

https://lvl.materwelon.dev/
2•materwelon•2h ago•0 comments

Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance

https://github.com/dawndrain/movie-gen
10•dawndrain•6h ago•2 comments

Show HN: Crate – Wireless music manager for Android phones (open source)

https://github.com/ivancernja/crate
4•andout_•2h ago•0 comments

Show HN: Wordpeek

https://wordpeek.app
3•furyofantares•2h ago•2 comments

Show HN: Codeground – run and share code in the browser

https://codeground.ai/
3•aashhuttossh•2h ago•1 comments

Show HN: Twelve FREE daily logic puzzles (browser with PWA)

https://dailygrid.app/games/
2•zactyz•2h ago•1 comments

Show HN: Whetuu – a zero-config cross-shell prompt written in Zig

https://github.com/yamafaktory/whetuu
3•yamafaktory•3h ago•1 comments

Show HN: Geozee Daily Geography Puzzle

https://geozee.earth/
2•Ciaranio•3h ago•0 comments

Show HN: Amnesia – audit Claude Code's memory for contradictions

https://github.com/tiny-cloud-ventures/amnesia
3•suttles•3h ago•0 comments

Show HN: Effort Router: Intelligent /effort selection per Claude turn

https://github.com/cfitzgerald-pd/effort-router
4•bennydog224•3h ago•1 comments

Show HN: Take a break, play some puzzles

https://gridmino.com/
3•marko-projects•3h ago•0 comments

Show HN: Dedupe Tabs Pro – Chromium Based Browser Extension

https://iam.mt/dedupe-tabs-pro/
2•thallavajhula•4h ago•0 comments

Show HN: A Chrome extension that adds an AI side panel to LeetCode problems

https://leetcopilot.dev
2•alexwang24•4h ago•0 comments

Show HN: Newsline – one-line news in your status line while your AI agent works

https://github.com/itdar/newsline
4•thesockerr•4h ago•2 comments

Show HN: I built a WASM-based spreadsheet engine that's pretty fast

https://podraven.github.io/titan-engine/
2•deathg0d•4h ago•0 comments

Show HN: LectureToBook – Turn Videos into a PDF/ePub

https://lecturetobook.com/
3•h02•4h ago•0 comments

Show HN: DeepSQL – A self-hostable AI DBA agent for Postgres and MySQL

https://deepsql.ai/
3•venkat971•4h ago•0 comments

Show HN: Codex Harness for Java Unit Testing

https://github.com/JAIPilot/jaipilot-cli
2•surajkrajan•5h ago•0 comments

Show HN: A browser-based canvas for custom physical notepads

https://www.theframepad.com/
4•awahed•5h ago•4 comments

Show HN: Fair500 – Ranking the S&P500 on pay ratios and worker equity

https://fair500.com/
4•BlakeBalbirnie•5h ago•2 comments