Skip to content

Repository for a school homewrok for the Operation Systems Practice course in ELSYS (TUES) which uses POSIX threads

Notifications You must be signed in to change notification settings

NoHomey/StarCraft3_school_homework

Repository files navigation

StarCraft3_school_homework

Repository for a school homewrok for the Operation Systems Practice course in ELSYS (TUES) - Technological shcool "Electronic systems". The idea of the homework was to do something practicle to exercise threads usage and whats better than implementing simple console based StarCraft3 game :)

Files located outside final/ & os/final/ are development files they are only used to save and stage the development proces.

Important in final folders the files sc3.c were changed:

if (main_status == 16) { //If main_status is 16 this means that is currently locked by other thread.

  • 			i = 0;	//Reset i;    
    			while(i < k) {	//Loop througth other commnad centers.
    

About

Repository for a school homewrok for the Operation Systems Practice course in ELSYS (TUES) which uses POSIX threads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages