I thought it would be a good, fun idea to have a contest similar to the java4k one but instead of a file size limitation, it’s variable limitation.
I was thinking that we could limit the number of variables to 32 variables of each data type and no user defined objects.
So like 32 bytes, 32 booleans, 32 shorts, 32 chars, 32 ints, 32 longs, 32 floats, 32 doubles, and 32 Strings.
The contest is to make a game with this limitation.
Anyone like the idea?