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: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
37•snyy•2h ago•6 comments

Show HN: Skeights – Serialize sklearn models to safetensors and JSON, no pickle

https://github.com/carbon-re/skeights
1•alxhslm•7m ago•0 comments

Show HN: Boilerroom: dialer, call recording, and managed follow-up

https://boilerroom.ai
1•sadidrahimi•10m ago•0 comments

Show HN: I Built LangGraph for Swift

https://github.com/christopherkarani/Swarm
18•christkarani•3h ago•3 comments

Show HN: The ocean in Final Fantasy IX is made of Wang tiles

https://jawnston.com/wang/
1•jawnston•20m ago•1 comments

Show HN: Give your files an undo button

https://useundo.co/
1•dantelex•22m ago•0 comments

Show HN:I Made a Mac Native Excalidraw (Open Sourced)

https://github.com/zpphxd/whitespace
4•z_phxd•1h ago•3 comments

Show HN: Silicon Physics Sandbox

https://silicon.bergkv.ist/
5•bergkvist•1h ago•0 comments

Show HN: Nook – a sticky note on the edge of your monitor

https://nook.nostock.studio/
2•phinoda•1h ago•1 comments

Show HN: Cona – design your real room in 3D, in the browser

https://cona.design
3•Losenok•1h ago•0 comments

Show HN: I build a screenshot Mac app for Pi

https://pilens.dev/
2•nava•1h ago•1 comments

Show HN: Char-width – final answer to measure terminal text width

https://www.npmjs.com/package/char-width
2•dawson0•2h ago•0 comments

Show HN: A Wordle game that insults you as you play

https://smugexe.trydoff.dev
2•shreyasjk•2h ago•0 comments

Show HN: A website that shows every pro triathlete's swim, bike, and run gear

https://racekit.pro
2•mpc75•2h ago•2 comments

Show HN

https://vorcigernix.github.io/rohrpost/
2•vorcigernix•2h ago•2 comments

Show HN: Voltius – open-source SSH/SFTP client, built in Rust

https://voltius.app
4•kipavy•2h ago•0 comments

Show HN: Scan your AI agents for dangerous capabilities

https://github.com/makerchecker/MakerChecker
38•smashini•5h ago•19 comments

Show HN: Built a Website for People Who Miss the Old Web

https://www.dailicle.com/
2•lucky-solanki•2h ago•0 comments

Show HN: Paint the Earth on a live, interactive globe (collaborative art.)

https://earth.tattoo
17•earth-tattoo•7h ago•9 comments

Show HN: Mazzap, a Level 4 Open Source Digital Twin Engine

https://github.com/zymazza/mazzap
3•zymazza123•2h ago•1 comments

Show HN: Causari – Content-addressable ledger for AI agent code edits

https://causari.dev/#quickstart
3•CroviaTrust•2h ago•0 comments

Show HN: Tetris where every pixel is another Tetris (23,040 games in GLSL)

https://thiagolira.blot.im/_projects/fractetris/index.html
2•farcaster•3h ago•0 comments

Show HN: Nectar, a Rust-like React that compiles to WebAssembly

https://buildnectar.com
3•blakeburnette•3h ago•0 comments

Show HN: Keyhole – Share secrets with your AI agents

https://keyhole.maferland.com
2•maferland•3h ago•1 comments

Show HN: Agent Draw: An agent draws while you talk, built on TLDraw

https://techstackups.com/articles/tldraw-agent-draw/
2•jameswhitford•3h ago•0 comments

Show HN: Xalgorix – Autonomous AI Pentesting Agent

https://github.com/xalgord/xalgorix
4•xalgord•3h ago•0 comments

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

https://homegames.io
214•homegamesjoseph•20h ago•52 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
55•PatchRequest•22h ago•19 comments

Show HN: AI harness for C/C++ with GDB, sanitizers, perf and compile tools

https://byteask.ai/
3•anirudhak47•3h ago•2 comments

Show HN: Query Companion (QCP) for your database

https://v0-qcp.vercel.app/
3•sjashwin•3h ago•0 comments