1919
2020</div >
2121
22- ---
2322
2423## 🎯 What is this?
2524
@@ -31,7 +30,6 @@ This is a **fully-featured MMO game boilerplate** designed as a foundation for b
3130- 🚀 Startups prototyping multiplayer game ideas
3231- 🔧 Anyone interested in Socket.IO/WebSocket game patterns
3332
34- ---
3533
3634## ✨ Features
3735
@@ -83,7 +81,6 @@ This is a **fully-featured MMO game boilerplate** designed as a foundation for b
8381</tr >
8482</table >
8583
86- ---
8784
8885## 🛠️ Tech Stack
8986
@@ -95,7 +92,6 @@ This is a **fully-featured MMO game boilerplate** designed as a foundation for b
9592| ** DevOps** | Docker, Docker Compose, Jest, Playwright |
9693| ** Architecture** | MMO-style state sync with server authority |
9794
98- ---
9995
10096## 🏗️ Architecture
10197
@@ -116,7 +112,6 @@ This is a **fully-featured MMO game boilerplate** designed as a foundation for b
116112
117113> 📖 ** [ View Full Architecture Documentation →] ( ARCHITECTURE.md ) ** (850+ lines of detailed system design)
118114
119- ---
120115
121116## 🚀 Quick Start
122117
@@ -156,7 +151,6 @@ cd client/game-client
156151npm install && npm run dev
157152```
158153
159- ---
160154
161155## 📖 Documentation
162156
@@ -172,7 +166,6 @@ This project includes **4,700+ lines** of comprehensive documentation:
172166| 🎬 ** [ SCENE_QUICK_START.md] ( SCENE_QUICK_START.md ) ** | Quick reference for scene configuration |
173167| 🧪 ** [ TESTING_GUIDE.md] ( TESTING_GUIDE.md ) ** | Testing strategies, Jest, and Playwright setup |
174168
175- ---
176169
177170## 🎯 Quick Examples
178171
@@ -219,8 +212,6 @@ Edit `client/game-client/tailwind.config.js` to customize colors, fonts, and spa
219212
220213</details >
221214
222- ---
223-
224215
225216## 📁 Project Structure
226217
@@ -241,7 +232,6 @@ dungeon-crawler/
241232└── 📚 Documentation # 4,700+ lines of guides
242233```
243234
244- ---
245235
246236## 🧪 Testing
247237
@@ -262,8 +252,6 @@ npm run test:e2e
262252npm run test:coverage
263253```
264254
265- ---
266-
267255## 🤝 Contributing
268256
269257Contributions are welcome! This is a template repository — fork it to build your own game, or contribute improvements to the boilerplate.
@@ -276,7 +264,6 @@ Contributions are welcome! This is a template repository — fork it to build yo
276264
277265> 📖 See ** [ CONTRIBUTING.md] ( CONTRIBUTING.md ) ** for detailed guidelines.
278266
279- ---
280267
281268## 📋 Production Checklist
282269
@@ -300,26 +287,11 @@ Before deploying to production:
300287
301288</details >
302289
303- ---
304290
305291## 📄 License
306292
307293This project is licensed under the ** MIT License** — see the [ LICENSE] ( LICENSE ) file for details.
308294
309295You are free to use this boilerplate for personal and commercial projects.
310296
311- ---
312-
313- <div align =" center " >
314-
315- ## 🚀 Ready to Build Your Game?
316297
317- ** Fork this repository and start building!**
318-
319- [ ![ GitHub stars] ( https://img.shields.io/github/stars/ClaytonWas/dungeon-crawler?style=social )] ( https://github.com/ClaytonWas/dungeon-crawler )
320-
321- ---
322-
323- Made with ❤️ for the game dev community
324-
325- </div >
0 commit comments