Add files via upload

This commit is contained in:
Fernando Méndez 2020-03-08 20:05:30 +01:00 committed by GitHub
parent 88bf032964
commit 7ff7fd9257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 73 additions and 0 deletions

17
coronavirus.red Normal file
View File

@ -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, <SRASCoV-1
MOV }MERSCoV, >MERSCoV
MOV >11, <-9
SPL *SRASCoV, <-HEADACHE
ADD 2, @2
MOV.i 1, @1
DAT HEADACHE, COUGH

56
thanos.red Normal file
View File

@ -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