Missile Command: Recharged

From Sinden Lightgun
Jump to navigation Jump to search



Windows Game
Download: Steam
License: Commercial
Game info
Developer: Adamvision Studios, SneakyBox
Released: 1 Nov, 2022
Players: 2 Players?
Type: Shooter
Missile-command-r-gameplay.jpg
Note: Reshade settings

Missile Command: Recharged takes the classic arcade game and adds several layers of oomph and pizzaz. This revamped take on the classic introduces more power-ups, new enemies, and a suite of challenges that limit the number of counter-defenses at your disposal - not to mention co-op across all game modes! An amazing new soundtrack from the incomparable Megan McDuffee perfectly complements the gameplay and adds depth and variety. Of course, you could also test your skills against players across the globe in the 32 challenge levels or the classic endless Arcade mode.


Sample AHK Script

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#SingleInstance Force 

Run %comspec% /c START steam://rungameid/1292010

$Esc::  
    Process,Close,Missile Command Recharged.exe
    Run,taskkill /im "Missile Command Recharged.exe" /F
    sleep, 500
    ExitApp
return