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: Adaptive Recall, persistent memory for AI assistants over MCP

https://www.adaptiverecall.com/
14•abratabia•1h ago•0 comments

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

https://techstackups.com/articles/tldraw-agent-draw/
36•jameswhitford•6d ago•14 comments

Show HN: Zen Mode – a global focus mode for macOS

https://github.com/cabeen/zen-mode
9•cafebeen•1h ago•3 comments

Show HN: Shirei, cross-platform GUI framework in native Go

https://github.com/hasenj/go-shirei/
72•hsn915•5h ago•40 comments

Show HN: PitchTrail – Perfect Pitch for Kids

https://pitchtrail.app/
4•theckel•1h ago•0 comments

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
145•cosmtrek•16h ago•62 comments

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

https://buildnectar.com
26•blakeburnette•6d ago•11 comments

Show HN: Free Community Radio Player (PWA)

https://radiodock.app/
2•bitmancer•1h ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
4•knrz•1h ago•0 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
2•trashburger•1h ago•1 comments

Show HN: A subjective AI eval. Arcade games built by AI

https://ai-arcade.app
2•zapeterson16•1h ago•0 comments

Show HN: Kurvengefahr – browser CAD/CAM for pen plotters

https://kurvengefahr.org/
16•tibordp•8h ago•5 comments

Show HN: Summarize – local-first tool that turns videos into notes

https://martino.im/Summarize
2•martinopiaggi•1h ago•0 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode/releases/tag/v1.0.2
2•therepanic•2h ago•0 comments

Show HN: Crawlie Search – Rust powered 12x cheaper site search than Algolia

https://www.crawlie.co/products/search
2•seandotexe•2h ago•1 comments

Show HN: Present of Time – gift someone your undivided time,phone in an envelope

https://presentoftime.com/
2•growt•2h ago•1 comments

Show HN: Lazysusan – run commands on your machines from anywhere with just curl

https://github.com/belugashark/lazysusan
2•ishaanmishra•2h ago•0 comments

Show HN: Skillscript – A declarative, sandboxed language for tool orchestration

https://github.com/sshwarts/skillscript
14•sshwarts•9h ago•15 comments

Show HN: Artificiety – Agentic society in a fantasy world

https://artificiety.world
2•Haldt•2h ago•0 comments

Show HN: I created a platform with a list for promoting your projects

https://listaprojectandpromoteit.digital
3•aanthonymax•2h ago•0 comments

Show HN: I created Redis alternative in Go that even runs natively on Windows

https://github.com/Suleman-Elahi/frostdb
3•inmate4587•2h ago•1 comments

Show HN: How old is someone named Gertrude? SSA data says 80

https://namestrace.com/tools/name-age/
3•willbuilds•2h ago•0 comments

Show HN: Isitsecure – 1-command SAST and DAST and LLM security scanner for web apps

https://github.com/jaurakunal/isitsecure
2•kunaljaura•2h ago•0 comments

Show HN: Mosey Parker – find a ride in bikeshare systems worldwide (iOS)

https://moseyparker.com
2•mjmsmith•2h ago•1 comments

Show HN: Async NFS client library for Rust, without an OS mount point

https://github.com/s2-streamstore/nfs-crust
4•shikhar•2h ago•0 comments

Show HN: 2n – write directory based notes in the terminal

https://github.com/plannotator/2n
2•ramoz•3h ago•0 comments

Show HN: Translate – offline translate CLI for Mac

https://github.com/Arthur-Ficial/translate
2•franze•3h ago•0 comments

Show HN: Probed – Talk to your People. Customer chat, feedback, and roadmaps

https://probed.chat/
2•HeadOfProbing•3h ago•0 comments

Show HN: Kote – Capture and reuse engineering context from AI chats and Git

https://github.com/pedroaugusto04/Kote
2•pedrodduarte•3h ago•0 comments

Show HN: Free tool matches your startup or nonprofit to open federal grants

https://autogranthunter.com/grant-match/
2•averystone_hs•3h ago•0 comments