A small online game similar to MapleStory
Maple Fighters is an online multiplayer game inspired by MapleStory where you battle monsters with others in real-time.
Please ★ Star if you like it. Made With ❤️ For Open Source Community!
Maple Fighters is available at maplefighters.io. This is a web game, no installation required. Supported in any web browser with internet connection. Small, optimized, and incredibly fast! 🚀
Lobby | The Dark Forest |
---|---|
Game Engine: Unity (2020.3.17)
Client: C#, React.js (C# is compiled to C++ and finally to WebAssembly)
Server: C# (.NET 5.0)
Reverse Proxy: Nginx
Cloud: DigitalOcean
💡 Please make sure you have Docker installed.
- Clone repository:
git clone https://github.com/codingben/maple-fighters.git
cd maple-fighters
- Build and run docker images:
docker compose up
💡 Please make sure you have Kubernetes cluster.
- Create Kubernetes resources in
maple-fighters
namespace:
kubectl apply -f https://raw.githubusercontent.com/codingben/maple-fighters/main/release/kubernetes-manifests.yaml
namespace/maple-fighters created
service/frontend-external created
service/game-service created
deployment.apps/frontend created
deployment.apps/game-service created
- Make sure all pods are running:
kubectl get pods -n maple-fighters
NAME READY STATUS RESTARTS AGE
frontend-79d44b9fbb-gf45k 1/1 Running 0 10s
game-service-54f66cbcbb-q9vtb 1/1 Running 0 10s
- Use
EXTERNAL_IP
to access Maple Fighters in a web browser:
kubectl get service frontend-external -n maple-fighters
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
frontend-external LoadBalancer 10.101.21.120 <pending> 80:31765/TCP 10s
Please read the contributing guidelines.
The artwork is owned by Nexon Co., Ltd and will never be used commercially.