# minimodnf-u3d **Repository Path**: unlimited-code/minimodnf-u3d ## Basic Information - **Project Name**: minimodnf-u3d - **Description**: MiniMO DNF is thrid project after MiniMO-Tank Game to exploring project solutions for frame/tick/turn/lockstep synchronize technology. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-01-10 - **Last Updated**: 2022-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MiniMO DNF Client-Side - MiniMO DNF is thrid project after [MiniMO-Tank Game](https://gitee.com/unlimited-code/minimotank-u3d.git) to exploring project solutions for frame/tick/turn/lockstep synchronize technology. ## server-side project - https://github.com/Unlimited-Works/MiniMoGame-Server.git ## features - frame/tick/turn sync game loop - Unity irrelevant ECS(entity-component-system) architecture - code-first workflow: write code first and adjust detail with editor tools - OBB collision detect system (3D SAT algorithm) - editor tools for 2.5D creation - DNF Game ## how to run - run minimogame-server by [readme guide](https://github.com/Unlimited-Works/MiniMoGame-Server.git) - open LoginGuard scene in unity.(my unity version is free of 2019.3.1f1 was tested, NOT use high feature) - signin and login in login game scene, create room and play. - running another clone project or build a runable exe to test multiple player. ## dependency libraries - UniRx ## screen shoot - more examples in [screen_shoot folder](https://gitee.com/unlimited-code/minimodnf-u3d/blob/master/screen_shoot) - scene 2.5D editor tool ![skill_control](https://gitee.com/unlimited-code/minimodnf-u3d/raw/master/screen_shoot/collider_tool.jpg?lfs=1) - simple bengshanji skill (20210713) ![skill_control](https://gitee.com/unlimited-code/minimodnf-u3d/raw/master/screen_shoot/0713_role_bengshanji_hit_float01.gif?lfs=1) - frenzy attack ![frenzy_attack](https://gitee.com/unlimited-code/minimodnf-u3d/raw/master/screen_shoot/0618_role_frenzy_attack.gif?lfs=1) - 20210622 role showcase ![0622_role_showcase](https://gitee.com/unlimited-code/minimodnf-u3d/raw/master/screen_shoot/0622_role_showcase.gif?lfs=1)