your discussion sort of started in the middle.
Guys? ā#include <iostream>
#include <vector>
#include <string>
using std::vector, std::string;
class Story {
public:
Story() {
moment.emplace_back("--- The Wandering Whip ---");
moment.emplace_back("One day, a whip lashes up to you, hissing:");
moment.emplace_back("\"Let us... wander.\"");
moment.emplace_back("You begin wandering...");
};
vector<string> moment;
};
int main() {
Story story;
for (auto i : story.moment) { std::cout << i << std::endl; }
}
I dunno, was starting to show someone some simple RPG console game and stopped here xP. See, C++ ain't so bad :Ptool
possibilities,, etc.{'ecology': [{'relationship': 'From', 'tool': '3D Scanner'}, {'relationship': 'From', 'tool': 'CAD'}, {'relationship': 'From', 'tool': 'Laser Cutter'}, {'relationship': 'From', 'tool': 'Bioplastic Extruder'}, {'relationship': 'Uses', 'tool': 'Bioplastic'}, {'relationship': 'Creates', 'tool': '3D Prints'}, {'relationship': 'Enables', 'tool': 'Metal Casting'}, {'relationship': 'Enables', 'tool': 'Digital Fabrication'}]}
from, uses, creates, enables
but there are a few others sprinkled in (edited)made with, used by, etc...
relationships_indicated = ['from', 'uses', 'uses x from m', 'used by', 'created with', 'used with', 'works with', 'works with m via x', 'creates', 'equips', 'enables', 'made with x from m', 'To be used in conjunction with', 'takes input x from m', 'creates output x for m']
here are all the relationship types indicated in the core product ecology entriesHeteroData(
machine={ x=[2] },
(machine, from, machine)={ edge_index=[2, 133] },
(machine, uses, machine)={ edge_index=[2, 59] },
(machine, enables, machine)={ edge_index=[2, 98] }
)