We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Extra Fun Game
Jump to navigation
Jump to search
Extra Fun Game is a parody of the Fun Video Game, where the user must input a number where int((n * 4)/3) + 2 % 7 = 3. This number cannot be the same as it was before, but this doesn't NEED to be implemented in all versions.
Examples
INT
*=1,1[?xV/=%+/*4V3,2,7,3[/=xy[-]?yx]+[-]]
C
#include <stdio.h>
int main(void) {
int x = scanf();
if ((((x * 4)/3) + 2) % 7 == 3) {
main();
else {
return 1;
}
}