craftsay by Justyn, CCJam 2016

FINAL
SCORE
20.40
craftsay is a port of cowsay for ComputerCraft.Get it now:
GitHub repo

TOTALCREATIVITYUSEFULNESSDESIGNSPEEDFUNCTIONALITY
20
3
4
5
4
4
out of 33out of 3out of 10out of 6out of 4out of 4
3d6
While not inherently useful, this is a pretty good piece of work. Saving the messages to file would be an interesting feature, but that would only make this a little more useful.

TOTALCREATIVITYUSEFULNESSDESIGNSPEEDFUNCTIONALITY
16
2
4
3
4
3
out of 33out of 3out of 10out of 6out of 4out of 4
1lann
A good attempt, it sorta worked. It needed better documentation on how it is to be used as I struggled to get it to just say "Hello, world", as cryptic error messages such as "File does not exist or is a directory" is confusing, especially since the usage is `craftsay [text] [-flag [string]]` which implies that the only required argument is [text], when in reality it also requires a cow file to be specified with -f. I couldn't manage to make it download all cows, it just crashes with an error. It really needed better documentation, as I can't just spend my time trying to figure out what each flag does by looking at the source code. I also dislike that there are multiple ways to specify a flag. There should be at most 2, the full name of the argument and a short name. I was also a bit disappointed to see that it didn't support text wrapping when texts become really long. I can tell that you did put a good amount of effort into it (or perhaps a passion for memes). Overall, it's still a good attempt, although if you want higher marks, I recommend you to make something more useful :P (and make better documentation!).

TOTALCREATIVITYUSEFULNESSDESIGNSPEEDFUNCTIONALITY
20
2
5
4
4
5
out of 33out of 3out of 10out of 6out of 4out of 5
oeed
This was a pretty neat port of cowsay. While the command line arguments were a little confusing, it was pretty feature packed. The large variety of different cows was cool too. The main area you lost points is simply because it’s not exactly the most useful program, just a cool little thing to have.

TOTALCREATIVITYUSEFULNESSDESIGNSPEEDFUNCTIONALITY
27
3
8
5
4
7
out of 33out of 3out of 10out of 6out of 4out of 8
Lur_
An amusing program to mess around with, which is based around cow. Stupidly fun to screw with, and if you need a time waster, look no further than a markov chain and this application.

TOTALCREATIVITYUSEFULNESSDESIGNSPEEDFUNCTIONALITY
20
1
5
5
4
5
out of 33out of 3out of 10out of 6out of 4out of 5
apemanzilla
A nice port of the cowsay program found on many Linux distributions, that works perfectly with existing cowsay files. Works quite well, although scrolling for larger cows would be nice. Alternatively you can save the output to a file and then view that with an external program.