444B / ANTwarfare

Applying computational modeling and ANT(Actor Network Theory) principles to the multiplayer game Foxhole. Foxhole is a registered trademark of Siege Camp.
https://antwarfare.net/
GNU General Public License v3.0
4 stars 1 forks source link

Update models.go #13

Closed st00giez closed 6 months ago

st00giez commented 6 months ago

Small change to Interaction to be consistent with Actor-Network Theory by breaking down the process through which actants align their interests, negotiate roles, and establish relationships to form a functioning network into 4 steps or 'interactions':

-Problematization, where an initial problem and solution are identified: -Interessement, where roles and responsibilities of actants are defined: -Enrollment, when actants accept their defined roles: -Mobilization, ensuring all actants support the networks objectives

Also just to refamiliarize myself with the process of making changes, committing changes and creating pull requests

name: Pull Request about: Propose changes to the codebase title: "[PR] " labels: pull request assignees: '444B'


Describe your changes A clear and concise description of what your pull has achieved. Include any relevant motivation and context. List any dependencies that are required for this change.

Testing performed Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Additional context Add any other context or screenshots about the pull request here.