Show HN: MMORPG prototype inspired by World of Warcraft
a year ago
- #Networking
- #MMORPG
- #Game Development
- Everwilds is a prototype demonstrating MMORPG networking and netcode architecture, inspired by games like World of Warcraft.
- It serves as a learning resource for developers interested in real-time online RPGs, covering synchronization and client-server interaction.
- Features include client-server architecture, character movement, basic combat, leveling system (up to level 10), and a chat system.
- Uses World of Warcraft's player movement synchronization technique for smooth replication and scalability.
- Built with Three.js, TypeScript, and HTML/CSS.
- To run locally: clone the repo, install dependencies, build, and start the server (requires manual asset copy on Windows).