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

Comments

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

Show HN: Oberon System 3 runs natively on Raspberry Pi 3 (with ready SD card)

https://github.com/rochus-keller/OberonSystem3Native/releases
41•Rochus•2h ago•2 comments

Show HN: ReverseYC

https://rocketplace.org/reverseyc
2•remarketme•1h ago•1 comments

Show HN: Pardonned.com – A searchable database of US Pardons

465•vidluther•1d ago•253 comments

Show HN: Formal – Formal verification for AI-generated code using Lean 4

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

Show HN: ApplePy – Embed and Call Swift from Python (Like PyO3, but for Swift)

https://github.com/jagtesh/ApplePy
2•sheepscreek•1h ago•1 comments

Show HN: Telegram feed reader using DNS TXT records for Iran's Internet shutdown

https://github.com/sartoopjj/thefeed
2•znano•1h ago•1 comments

Show HN: Real-Time OLAP Infrastructure

https://modolap.com
3•ronfriedhaber•2h ago•0 comments

Show HN: Chunk – macOS menu bar time-blocking app with Claude AI integration

https://www.chunkapp.net
2•dudleyspence•3h ago•0 comments

Show HN: Android AI agent-assistant operating your apps (no adb,PC,root,etc.)

2•sshnaidm1•3h ago•1 comments

Show HN: Uncook, the Social Network for Food

https://uncook.xyz
3•moffers•3h ago•0 comments

Show HN: Minnow – minimal now pages via chat

https://minnow.social/
3•freshman_dev•4h ago•1 comments

Show HN: Bullseye2D – A Dart library for cross-platform 2D games

https://github.com/bullseye2d/bullseye2d
4•joemanaco•7h ago•0 comments

Show HN: Toy Python Lisp interpreters based on the 1960 McCarthy paper

https://github.com/jhud/lisp
3•disconnection•5h ago•0 comments

Show HN: FluidCAD – Parametric CAD with JavaScript

https://fluidcad.io/
149•maouida•1d ago•34 comments

Show HN: Waffle – Native macOS terminal that auto-tiles sessions into a grid

https://waffle.baby
36•olleeolleeollee•1d ago•11 comments

Show HN: macpak (Homebrew Wrapper for macOS)

https://github.com/kavindujayarathne/macpak
3•atkavindu•8h ago•1 comments

Show HN: A WYSIWYG word processor in Python

https://codeberg.org/chrisecker/miniword
84•chrisecker•1d ago•37 comments

Show HN: Eve – Managed OpenClaw for work

https://eve.new/login
69•zachdive•1d ago•36 comments

Show HN: A Better Internet

https://tomclancy.info/pages/abi-a-better-internet.html
9•tclancy•19h ago•3 comments

Show HN: Marimo pair – Reactive Python notebooks as environments for agents

https://github.com/marimo-team/marimo-pair
138•manzt•4d ago•34 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
171•randerson_112•2d ago•166 comments

Show HN: Minimalist template for scientific and academic resumes

https://github.com/pmichaillat/latex-cv
3•reomgdfsrtr•11h ago•2 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
167•SirHound•3d ago•106 comments

Show HN: Keeper – embedded secret store for Go (help me break it)

https://github.com/agberohq/keeper
63•babawere•2d ago•33 comments

Show HN: Bitcoin and Quantum Computing – a three-part research series

https://bitcoinquantum.space
5•nvk•20h ago•1 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
113•JKCalhoun•5d ago•25 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
63•etherio•3d ago•15 comments

Show HN: Jarvis for Audio Engineers

https://soorf.xyz/
2•copypirate•16h ago•0 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
786•sam-bee•5d ago•238 comments

Show HN: Git why – log your agent reasoning trace along your code

https://hexapode.github.io/git-why/
9•pierre•18h ago•0 comments