z3d6380 / REDWINTER

'1991: Red Winter' began as a LARK Game for Florida Polytechnic University - Intro to Unix course. It's purpose is to educate the public on the use of Linux/Unix with the terminal, while making a fun and immersive game out of it.
MIT License
0 stars 0 forks source link

Package all game folders into tarball before submission #17

Open jbodoh7613 opened 3 years ago

jbodoh7613 commented 3 years ago

Before packaging game, make sure all files and directories are set the way they should be, then create a hidden tar ball of all the files and directories excluding startMission. startMission will check if files are in place, and if not, it will extract the hidden tarball. Now with the hidden tarball created, resetGame will remove all file and directories except for startMission and the hidden tarball. Then the game can be all packaged in a single tarball for submission