A downloadable game

<!-- SYSTEM BOOT: INITIATING GAME ENVIRONMENT... -->

Function Main()
DISPLAY "Welcome to Root Defender: Virus Edition!"
CALL WelcomeToRootDefender()
CALL GameplayOverview()
CALL Objectives()
End Function

Function WelcomeToRootDefender()
DISPLAY "== ROLE: Cyber Security Technician =="
DISPLAY "You work for a Fortune 500 Corporation."
DISPLAY "Unfortunately, your network is under constant attack!"
DISPLAY "[TASK: DEFEND] Prevent threats from accessing the Root Directory."
DISPLAY "== ALERT: Protect the network at all costs! =="
End Function

Function GameplayOverview()
DISPLAY "== GAMEPLAY INSTRUCTIONS =="
DISPLAY "Your mission: Purchase, maintain, and upgrade processors to secure your company."
DISPLAY "The only tool you need: A mouse."
DISPLAY "Pay attention to these critical variables:"
CALL CriticalVariables()
End Function

Function CriticalVariables()
DISPLAY "// CRITICAL VARIABLES:"
DISPLAY "1. COMPONENT INFO: Hardware lifespan is limited."
DISPLAY " -> REPAIR: Use the upgrade menu to repair chips."
DISPLAY " -> WARNING: Lifespan too low? Repairs and upgrades are disabled!"
DISPLAY "2. ENEMY INFO: Some threats spawn additional malware."
DISPLAY "3. RESOURCE MANAGEMENT: Balance purchases, upgrades, and maintenance to survive."
End Function

Function Objectives()
DISPLAY "== FINAL OBJECTIVE =="
DISPLAY "Survive all waves of threats and secure the Root Directory."
DISPLAY "Root Defender: Virus Edition is a Single Player Tower Defense game."
DISPLAY "Your goal: Defend your company and live to fight another day!"
DISPLAY "// SYSTEM READY: INITIATE DEFENSE SEQUENCE."
End Function

Download

Download
RootDefenderVirusEdition.zip 18 MB