diff --git a/coronavirus.red b/coronavirus.red new file mode 100644 index 0000000..2fd603f --- /dev/null +++ b/coronavirus.red @@ -0,0 +1,17 @@ +;redcode +;name CORONAVIRUS +;author Fernando (HumperCobra) +;version 9 +;strategy annihilate humanity + +SRASCoV EQU MERSCoV+53 +HEADACHE EQU 5 +COUGH EQU CORESIZE/WARRIORS + +MERSCoV SPL #0, MERSCoV + MOV >11, <-9 + SPL *SRASCoV, <-HEADACHE + ADD 2, @2 + MOV.i 1, @1 + DAT HEADACHE, COUGH \ No newline at end of file diff --git a/thanos.red b/thanos.red new file mode 100644 index 0000000..12bd522 --- /dev/null +++ b/thanos.red @@ -0,0 +1,56 @@ +;redcode +;assert 1 +;name THANOS +;kill A HALF OF HUMANITY +;author Fernando (MARVEL) +;strategy I am inevitable +;date 2020-Feb-09 +;version 1 + + ORG Iam +gauntlet EQU 500 + +Iam MOV space, gauntlet + MOV space+1, gauntlet + MOV space+2, gauntlet + MOV space+3, gauntlet + MOV space+4, gauntlet +inevitable MOV space+5, gauntlet + MOV space+6, gauntlet + MOV space+7, gauntlet + MOV space+8, gauntlet + MOV space+9, gauntlet + MOV space+10, gauntlet + MOV space+11, gauntlet + MOV space+12, gauntlet + MOV space+13, gauntlet + MOV space+14, gauntlet + MOV space+15, gauntlet + JMP @inevitable + +space DAT -2, -2002 + +reality DAT -4003, -6003 + +power DAT 2005, 2004 + +soul DAT 2004, 2004 + +mind JMP 2000 + +time MOV snap, }space + MOV destiny, *space + MOV mind, @space + MOV mind, *reality + MOV mind, @reality + SUB power, space + SUB soul, reality + DJN time, #495 + +snap SPL 0, >-3 + MOV soul, <-2 + +destiny DJN -1, < 6000 + +done DAT done*976016, 1 + END \ No newline at end of file