Game made in C++ and C to simulate management of a colony on Mars!
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Swapped printer mutex name to something more specific.
fbdd51fView on GitHubAdded extern C block to surpress C++ name mangling, since pq is in C.
5f88195View on GitHubMerge branch 'master' of https://github.com/David4Danger/MarsManager
0a1c4fcView on GitHubAdded multithreading for tasks, no longer sequential (as planned).
0d6ff01View on GitHubUpdated tick to use begin using the marsTaskQ. It works.
e190669View on GitHubAdded planet module for struct defns, updated decl in coresteps
12f54bbView on GitHubAdded inventory structure and taskQ initialization in new corestep module
9709a8cView on GitHub