Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.9 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.9 KB

Game description

  • Name – Star Wars: Combat Arena
  • Topic – Lightsaber combat
  • Genre – Action-arcade
  • Graphics type – 3D
  • Platform – PC

Development info

  • This game was being developed between December 2021 and January 2022
  • Game was uploaded from school repository to this repository in May 2022, which was at the end in the last year of secondary school
  • Revision happened in August 2023, which starts from commit 7c225fd

Game design

  • Will be played from a third person perspective, the player will have to think tactically as he has to guard his remaining health
  • Player will also have to keep an eye on his own stamina and opponent's stamina, because plasma has no mass, but the lightsaber handle weighs something
  • Player will have to block lightsaber attack or execute his own lightsaber attack with correct timing
  • Each player's win increases the difficulty of the opponent (moving to the next game level)
  • If player loses, the difficulty is reset to the beginning (going to the first game level)
  • Music will be playing in the background

Game controls

  • Keyboard keys WSAD – Player movement
  • Mouse left button – Attack
  • Mouse right button – Blocking against enemy attacks
  • Keyboard key M – Pausing game and triggering game menu

Instructions for starting game

Release/Production mode

Debug/Development mode

  1. Clone this repository
  2. Open this Unity project through Unity Hub
  • Source code can be viewed and modified using IDE Visual Studio and Visual Studio Code, which are integrated with Unity Editor
  • Changes made in source code are applied immediately to Unity Editor
  • It is needed to have Unity Hub installed to run the game inside Unity Editor for debugging