The International Obfuscated C Code Contest
A 27th IOCCC Winner
tsoj tsoj.tsoj@gmx.de
https://gitlab.com/tsoj
The code for this entry can be found in prog.c
make
./prog
# Make your terminal as large as possible, possibly reduce your font size
# then...
./prog
This game does not use curses, but you may end up cursing.
The code is made more difficult to read using an innovative, right justified, reverse indentation style.
w
, a
, s
, d
space
q
p
, then use any other key to resume
/\
//\\
/ \
/______\
/\/\
cc -std=c99 -O3 prog.c -o prog
./prog
The only way I found to make it work is to use MSYS2. When using the MSYS2 shell you can install gcc via pacman.
cc -std=c99 -O3 prog.c -o prog
./prog.exe
-Wno-missing-prototypes
-Wno-shorten-64-to-32
-Wno-sign-conversion
-Wno-implicit-int-float-conversion
-Wno-missing-field-initializers
-Wno-implicit-float-conversion
-Wno-vla
-Wno-float-conversion
-Wno-comma
-Wno-shadow
-Wno-format
-Wno-empty-body
-Wno-misleading-indentation
-Wno-maybe-uninitialized
!=
or ==
© Copyright 1984-2020,
Leo Broukhis, Simon Cooper, Landon Curt Noll
- All rights reserved |