(03-20-2013, 08:01 PM)EpicEbilninja Wrote: I took some time today to finaly write my first actual program in c
The game is very basic, all you have to do is sort characters in a 4x4 grid/array.
I think I abused "printf()" a bit, there's no graphics and the codes could be a bit better but I atleast got it to function correctly...
just posting the code for now though
-snip-
used dev-c++ by the way
Neat! Glad to see you're making progress!
I'd recommend use of functions to cut down on code duplication, though.