12-22-2023, 08:54 AM
(12-20-2023, 07:38 AM)johnno56 Wrote: ...
[ File : spacerace_avoidance.n7 ]
.. But, if you do remove it, you will be struck from my Xmas list...
PERFECT !!! now the computer spaceship always wins and the human player hardly hardly hardly wins
It's very suspicious, you are using super AI (Artificial Intelligence) to make it
By the way, the logic whether I am in your Xmas list or not is determined by this piece of code below ...
And fortunately, the result of the code says that " I am included in Johnno's Xmas list "
Merry Snowflakes and Starfleet Christmas Johnno
Code:
#win32
set window "Xmas List",320,320
if 2023*2/2-2023 then
wln "Remove from Johnno's Xmas list"
else
wln "I am included in Johnno's Xmas list"
endif
do
wait 1
until keydown(KEY_ESCAPE)