# minimogame-u3d **Repository Path**: unlimited-code/minimogame-u3d ## Basic Information - **Project Name**: minimogame-u3d - **Description**: MiniMO Game aim to researching some project solutions to developing multiple palyer games which use frame/tick/turn synchronize technology. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 0 - **Created**: 2020-02-06 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: weixin-lapp **Tags**: None ## README # MiniMO Game Client-Side - MiniMO Game aim to researching some project solutions to developing multiple palyer games which use frame/tick/turn 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 - AABB collision detect system - Ping-Pang Demo 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 - examples in [screen_shoot folder](https://gitee.com/unlimited-code/minimogame-u3d/blob/master/screen_shoot) ![pingpang_login](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_login.png?lfs=1) ![pingpang_lobby](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_lobby.png?lfs=1) ![pingpang_game_begin](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_game_begin.png?lfs=1) ![pingpang_game_a](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_game_a.png?lfs=1) ![pingpang_game_b](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_game_b.png?lfs=1) ![pingpang_game_end](https://gitee.com/unlimited-code/minimogame-u3d/raw/master/screen_shoot/pingpang_game_end.png?lfs=1)