Skip to content

kapyar/gala-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gala-wars

Demo

https://youtu.be/s0tQioJX3Yo

General

  • Unity version 2021.3.5
  • Zenject as DI.
  • All configuration are extracted into config files
  • For UI animation I used DOTween
  • Enemies and player are spawned in runtime
  • Data stored in json files Application.persistentDataPath check AbstractSerializableController.cs

Configuration

You can configure Bullets, Ships, Level in Resources/GameStateScriptableInstaller image

Entry Point

  • Main Scene -Scenes/MainScene
  • The Entry point of code is ProjectInstaller.
  • Also in Scripts/Game/Controllers you will find main controllers of the game.

Input System

  • To use joystick input select IsKeyboard off

image

- Joystick will appear once you press at the bottom left part of the screens

Movement System

You will find movement system under Scripts/Game/Movement. AbstractMovementSystem and AbstractCombatSystem are using State pattern. AI for enemies could be implemented in much more better way.

Known problems

  • Resource loading could be handled in much better way like Addressable, or at least must be added some abstract load layer. (Didnt have much time)
  • Passing ShipDto to Movement system, maybe could be done better

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published