Facepunch Programming Competition #12: We've got a real jam going now
71 replies, posted
How about we just start now and submit in two weeks ?
[QUOTE=AntonioR;44565160]How about we just start now and submit in two weeks ?[/QUOTE]
Didn't we determine that the time frame was a problem in the past few competitions?
how about everybody starts during those 2 weeks and works for 3 days and submits during those 2 weeks :D ?
Rescheduling will be good- I have exams all over the next two weeks, and I'm also juggling another project meanwhile.
Alright, this is now official rescheduled two weeks in the future (Saturday May 3rd - Monday May 5th).
hehe, so i have a bit more time to fix and extend my engine!
So, it's now the future. Competition this weekend!
So when will the theme be generated?
dauuuumn... i still need an idea :D
The competition has begun!
How many people are competing?
[QUOTE=Garb;44708599]How many people are competing?[/QUOTE]
I have no idea. Only four people said they'd do it, but that's before the reschedule so I don't know.
I'm doing it, though.
Oh I'm doing it
I'll give it a whirl.
Do we really have to make our own fonts too?
Meanwhile I figured out my game idea sucked, so I am dropping out.
I think the 'randomly generated' theme is way too vague.
well thats the good part, it can be anything...
top down zombie shooter best theme all years
random maze generators are a close second
[QUOTE=ollie;44710799]Do we really have to make our own fonts too?[/QUOTE]
No, unless you want to. You don't have to write your own libraries, either.
Still raw, but at least i have an idea after day #1 :)
[IMG]http://3devs.bplaced.net/wp-content/uploads/2014/05/generated.jpg[/IMG]
not sure if i gonna finish it... my engine is too "raw" atm ...
[img]http://i.imgur.com/F0Z1pee.png[/img]
GODDAMNIT JAVA.
There goes 3 hours of work...
oh god. I forgot about this. I should probably start working :v:
[QUOTE=Ott;44717882][img]http://i.imgur.com/F0Z1pee.png[/img]
GODDAMNIT JAVA.
There goes 3 hours of work...[/QUOTE]
This was 2011, now Java should support it.
[QUOTE=johnnyaka;44719545]This was 2011, now Java should support it.[/QUOTE]
"should"
[QUOTE=johnnyaka;44719545]This was 2011, now Java should support it.[/QUOTE]
AFAIK, it does not.
Welp, okay, my example was too easy, compiler propably coded it out.
Sorry :v:
java doesn't have operator overloading
[QUOTE=johnnyaka;44719897]Welp, okay, my example was too easy, compiler propably coded it out.
Sorry :v:[/QUOTE]
It probably didn't (completely), but it's likely it did intern the strings so you didn't have distinct objects.
[QUOTE=johnnyaka;44719545]This was 2011, now Java should support it.[/QUOTE]
IIRC
[code]
"foo" == "foo"
[/code]
will equal true, because the compiler doesn't create a new object for two string literals that are exactly the same.
Sorry, you need to Log In to post a reply to this thread.