Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure Project #41

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

sp4ce-cowboy
Copy link
Contributor

@sp4ce-cowboy sp4ce-cowboy commented Mar 24, 2024

Summary

image
  • Project restructuring is complete

  • Xcassets are moved to the root project directory where they should be (unsure how they ended up in the TowerForge module but not an issue)

  • AppMain contains the main application files such as the AppDelegate and Storyboards

  • Commons folder to contain universally accessed resources, such as protocols, enums etc.

    • Added an empty Constants class which we can populate later to include more universal constants
    • Utilities folder contains utility classes.
      • For e.g. If we were to create a custom Vector class, it would go inside this folder
      • Added a simple Logger class which we can use for internal debugging
  • Rendering is moved into Scenes

  • Controllers renamed to ViewControllers, self-explanatory

    • A protocol called TeamController was moved into the Protocols folder under Commons.
  • LevelModule contains level related stuff like grid, collision, etc

  • GameModule contains game related stuff, I have tried to organize into logical groups, E + C + S + Events.

    • Each manager is inside their respective folders e.g. SystemManager is inside Systems, EventManager inside Events.
  • Also resolved a minor merge conflict from Fix updating of unit selection alphas #40

Copy link
Contributor

@Vanessamae23 Vanessamae23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sp4ce-cowboy sp4ce-cowboy merged commit 652a656 into cs3217-2324:main Mar 25, 2024
1 check passed
Vanessamae23 pushed a commit to Vanessamae23/group-project-tower-forge that referenced this pull request Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants