Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
/ rotationwars2 Public archive

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.

Notifications You must be signed in to change notification settings

mr-ravin/rotationwars2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e76c261 · Mar 7, 2025

History

22 Commits
Feb 25, 2025
Mar 7, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 27, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025

Repository files navigation

Rotation Wars 2

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

What makes it challenging?

  • 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.

Working Demonstration

Watch demonstration of the game play on YouTube.

Play the game :

  1. Google Play: android install
  2. Play online on itch.io: play online
  3. Github repository: source code


Directory Structure

|-- 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.

Development Related Information:

  1. Programming and Tools:
  • Game Engine: Unity 6 (6000.0.38f1)

  • Programming Language: C#

  • Development OS: Ubuntu 24.04.2 LTS

  1. 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)

Screenshots of Game Play:

Working Demonstration

Working Demonstration

Working Demonstration

Working Demonstration

Working Demonstration

Working Demonstration


Copyright license
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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published