Filters

  • 4 contests found
NameStageStartedClosingJudging finished
NameStageStartedClosingJudging finished
Alphabet mathematics Finished 22 May 2009 15 Jun 2009 16 Jun 2009
Given an equation such as ABCD + BDC = EAEA one can replace each letter with a digit (0-9) in order to come to a correct solution. That is, you'll replace all the As with one digit, all the Bs with another, and so on. Two distinct letters will not map to the same digit. A leading digit in a term will not map to 0. Your code must create the function calculate(left, operation, right, answer), which will be called multiple times and should print (to stdout) answers in the following format:...
Befunge-98 Finished 22 May 2009 15 Jun 2009 16 Jun 2009
Befunge is a two-dimensional esoteric programming language invented in 1993 by Chris Pressey with the goal of being as difficult to compile as possible. The objective of this contest is to write a Befunge runner (whether that be an interpreter, bf->lua translator, or otherwise) in Lua 5.1 Your code is expected to create the function run(code) where code is a Befunge-98 source. The code argument will be a string. Lines are separated by "\n". For input/output, it is recommended to use...
WoW Avatar Finished 22 May 2009 15 Jun 2009 16 Jun 2009
Create a WoW addon that (in a single lua file) accomplishes the following: Shows a graphical avatar on your screen. This can be a face, a whole person, whatever you can think of. When you get hit in combat, it should act surprised/hurt. When you hit someone in combat, it should act angry. When resting (in an inn or city), it should sleep. You don't have to follow the above exactly, but it should follow the general idea. Flashiness counts. Beautiful code counts, too. You want to impress the...
Test contest Finished 19 May 2009 21 May 2009 21 May 2009
This is a test contest. The code is to be done in Lua. Objectives print "Hello, world!" of some sort Prize The satisfaction of a job well done.
  • 4 contests found