Announcing KodeJam 2k19!

It’s okay for now, would be better if you don’t do that again. :pray:

4 Likes

Of course not. Sorry again.

2 Likes

Would like to know if the submission response were fixed or not.

1 Like

Where to submit app when done?

1 Like

Where to submit “The Bsst App Challenge” submission when done, please tell me

1 Like

It is available on the challenges page

1 Like

Hi
It is already fixed :wink:

1 Like

Please allow submission of multiple files, to include two png files

1 Like

Upload AIA or all the blocks png file

1 Like

New challenges are live now! :partying_face:

3 Likes

You will only be able to submit your app when the submissions for the Best App Challenge get started. FYI, they will start when the event ends.

1 Like

My blocks for the voweldetector:

Disclaimer:
I call myself a broddler so there will probably be much easier ways or better ways of doing this. I just show you my way. :sunglasses: (I did it my way!!)

This is the easiest to make, but it is not a algorithm in my view.

This one also works but has to many blocks. No for each loop is needed.

This one is obviously my favorite.
image

9 Likes

@Shreyash One answer I submitted is wrong. Am I still in the game or I’m disqualified ??

1 Like

I have submitted last one.
My blocks increased just because I have used a local variable.
Great Peter.
It will be nice to see you in KodeJam.

1 Like

No disqualification for wrong solutions. So, in your words, you’re still in the game! :wink:

3 Likes

I thought challenge submission would last until event ends, missed first 2:disappointed_relieved:

1 Like

Some requirements for this task?

Challenge #4

Time converter

An algorithm that can express a duration in different units.

Examples : 1h –> 3600 s ; 43200 min –> 30 days

1 Like

No! :man_facepalming:

The link has to point to the same page after shortening.

1 Like

Take 2 inputs: a string and a number.
The string will be the conversion instruction, in the form “X2Y”, where X and Y will be (SEC/MIN/HOUR/DAY/MON/YEAR).

I was correct :grin: