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 #14

Open st00giez opened 6 months ago

st00giez commented 6 months ago

Name: Pull Request

About: 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 type 'Actor' added which encompasses humans and non-humans. Unsure on formatting or validity. Feedback valued

title: "[PR] " labels: pull request assignees: '444B'


444B commented 6 months ago

@st00giez Thanks for the PR! I will review this now but it already seems to be a step in the right direction to align with ANT.

FYI I wont be apposed to using python for the Proof of Concept only, if this helps us develop faster and collaborate better and to verify faster if ANT is even applicable to foxhole or the data sources we have at our disposal.

Long term I think Go is a good choice but remain very open to tools that objectively prove themself (perhaps I am wrong in my assumptions!)