An open-source, minimalistic multiplayer game built with Unity3D for Android, Linux, and Web Browser. Players battle on a dynamically rotating platform, pushing and maneuvering to stay on while knocking opponents off. The last player standing wins.
Game Developer: Ravin Kumar
Github repository: https://github.com/mr-ravin/rotationwars2
- The platform's rotation continuously accelerates, making the game both challenging and fun.
- After 10 seconds, the platform begins to shrink, forcing players into intense close-quarters combat.
- A hypnotic spiral pattern on the platform creates a dizzying visual effect as it spins, adding to the challenge and immersion.
Watch demonstration of the game play on YouTube.
- Google Play: android install
- Play online on itch.io: play online
- Github repository: source code
|-- Assets/ // contains scripts and 3d objects for Unity3D Engine. [Required by Unity]
|-- ProjectSettings/ // contains project settings. [Required by Unity]
|-- Temp/
|-- UserSettings // contains user settings. [Required by Unity]
|-- Assembly-CSharp.csproj [Required by Unity]
|-- Assembly-CSharp-Editor.csproj [Required by Unity]
|-- RotationWars2.sln [Required by Unity]
|
|-- BuildAndroid/ // contains .apk file for playing the game on Android.
|-- BuildLinux/ // contains executable file RotationWars2.x86_64 to play the game on Linux. (ex- Ubuntu)
|-- BuildWebBrowser/ // contains index.html to play the game on Web Browser.
|
|-- rotationwars2_gameplay.gif // Game Play- .gif file.
|-- RotationWars2.mp2 // Game Play- video file.
- Programming and Tools:
-
Game Engine: Unity 6 (6000.0.38f1)
-
Programming Language: C#
-
Development OS: Ubuntu 24.04.2 LTS
- Android Build (.apk):
Version | API Level |
---|---|
Minimum API Level | Android 6.0 'Marshmallow' (API level 23) |
Target API Level | Android 15.0 (API level 35) |
Copyright (c) 2025 Ravin Kumar
Website: https://mr-ravin.github.io
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.