FoonLudum Dare ExplorerLD30 → Disc Jockey Jockey

Disc Jockey Jockey

By mildmojo

View on Wayback Machine

CategoryRankScoreCount
Coolness120449

Comments

deltaf1 2014-08-26 19:33

I want to try this when it's done!

sneeuwpopsneeuw 2014-08-26 20:41

remember fail faster in that way you learn and progres faster.

fizzd 2014-08-26 20:49

Really really interested to play this when it's done!

vidd 2014-08-26 21:00

Sounds like a shame you didn't finish it. Good luck.

dunin 2014-08-28 16:31

it seemed cool...
Just know that this project exist is already interresting...

nooner-bear 2014-09-01 04:11

Neat idea, I wish you had finished it. Just from the color scheme it looks nice.

dagamesta 2014-09-01 04:12

Sounds like a cool concept, don't let it go to waste, I'm sure you can figure it out. :)

sargonius 2014-09-01 05:06

Good luck :)

mildmojo 2014-09-01 17:20

Thanks for the kind words of encouragement, all. I'm still working on it and making some slow progress. Bugs are dwindling. I'm trying to hold on to the "get it done" mentality of the jam, which is tougher once the pressure's off and real life creeps back in. =)

Oreganik 2014-09-02 03:59

Points for a good idea. :) And more points for optimism. :)

sestren 2014-09-02 04:02

Best of luck to you. You should make a post on the website when you get it done, even if it won't be part of the competition, I'd still be curious to give it a try.

sikosis 2014-09-02 04:22

Sounds interesting mate, sorry you didn't get to complete it.

jukimv1986 2014-09-02 04:51

There seems to be some interest now to see what you were doing. Consider posting a post-compo version before the judging finishes :)

kate-kligman 2014-09-02 05:21

Sounds cool, would still like to see a post-compo version here after the scoring period ends. :)

sol_hsa 2014-09-02 06:12

Seeing that people do post these stubs there should be some option of opting out after the fact..

solifuge 2014-09-02 06:16

I, too, would LOVE to see a post-compo version of this. All that voice acting... man, I bet it'd be fun. Please?

paperblurt 2014-09-02 10:28

Don't tell me what to judge and not judge.
This rocks!

liquidminduk 2014-09-02 12:05

:-( saying don't judge is like asking me not to eat chocolate.
Shame, would like to see how this would of turned out

officialcodenmore 2014-09-02 12:47

Sounds cool!

cheshyr 2014-09-02 13:33

no apologies. this sounds like it would have been fun. I'll have to echo the sentiments mentioned by others... fail faster. ;-) a playable version with only a single DJ that you could mute and unmute would have been a good submission by itself.

mildmojo 2014-09-02 15:27

Thanks again, still, for the encouragement! You all are why I love this competition so much. <3

@PaperBlurt, liquidminduk: You're right. While it was non-functional at the deadline, I'm not the boss of you, you're a grown-ass human and will do what you want. =) Description adjusted.

@Cheshyr: A single station definitely would've cut my development time. Besides the recording/editing time (around 2 hours per station), I spent several hours on Saturday trying to work out the DJ scheduling algorithm, which I wouldn't have needed for a single channel. I would've had to figure out how to keep players engaged, though. Less than a minute of DJ followed by a couple minutes of music is a pretty low interaction rate.

jomomomo 2014-09-02 20:40

Might be ludum fail, but I really like that screen shot.

ventura 2014-09-02 21:19

idea looks cool

emmelineprufrock 2014-09-02 23:47

I still want to play it. Keep working!

mrspeaker 2014-09-03 14:10

Noooo! I was browsing through the entries and saw "Disc Jockey Jockey" and went "YES! MUST PLAY!!!!"... only to be struck this terrible blow. POST-COMPO PLEASEEEE!

kristof 2014-09-04 10:01

Go ahead and finish it, please! Great Idea!

stevesalmond 2014-09-04 10:21

You must finish this game! The trash heap has spoken.

darkcart 2014-09-12 12:04

Interesting Concept, good job!

mildmojo 2014-09-16 04:10

Thanks again for the encouragement, everyone. Post-jam development is still in progress.

It turns out it's really hard to load 98 minutes of audio into the browser in a way that: a) doesn't use all the RAM, b) doesn't use all the browser's disk space, c) doesn't make gameplay stutter horribly while audio loads, and d) doesn't make the code a spaghetti mess of callbacks and timing bugs. Given the post-jam hours I've spent, I never had a chance of getting this working during the jam. I'm about to start my fourth rewrite of the asset loading system.

mildmojo 2015-03-29 21:48

I'm still working on this game. Porting it to Unity 5 since I never could get all the audio to load in the browser.

The most promising method was to store the compressed MP3 files in the browser's IndexedDB storage, retrieve them as blobs on demand, convert the blobs to object URLs (createObjectURL) without decoding the compressed audio, then creating new HTML5 Audio elements (new Audio())and using the object URLs as the element's `src`. HTML Audio elements can be connected to your WebAudio API node network with `audioContext.createMediaElementSource`. The net result is that you can cache all your audio to browser storage, then play back large MP3s without decoding them to RAM first by streaming them through an Audio tag. I just never quite got it all working together.

mildmojo 2015-04-13 02:14

The alpha version of the game is finally complete. I showed it to the public at Chomp the Bit, a Kentucky/Indiana game developer showcase on April 11th 2015. You can see a GIF of the core gameplay here:

https://twitter.com/mildmojo/status/587038436835594240

Of course, this is an audio game, and the GIF is silent.

mildmojo 2016-06-02 05:29

Oh man, it's been a year!

The game looks like this now:

https://twitter.com/mildmojo/status/735537828491362304

And when I take it to events, you play it with real hardware faders:

http://imgur.com/ZgJwLk0

Disc Jockey Jockey was selected for alt.ctrl.GDC this year, so I got to show it off to a ton of awesome fellow developers in the middle of an amazing group of alt.ctrl games! Then, because of that, I was invited to exhibit at IndieCade East 2016 in New York. I built an automated tutorial so I didn't have to stand next to it the entire weekend. Again, I felt like such a rookie around a lot of accomplished developers with much larger and further-developed projects.

There's a non-gameplay teaser!

https://www.youtube.com/watch?v=SmI0Bxc3WXM

And a website, with a press kit!

http://discjockeyjockey.com

And a Twitter account!

https://twitter.com/DJJgame

Now that show season is over and I don't have any more events on the horizon, I'm back in design/development. I'm prototyping a new game mode where you build a radio ad to spec for an advertiser. It's less time-management and more puzzle.

Gotta stay motivated to keep working on it. It's not a chore by any stretch, but it's still a long project and there are plenty of distractions. I'm guessing late 2017 for a release on Linux/Mac/Windows, then probably Android later on. Though, at the pace I've been moving, maybe that's optimistic. =)

Literally nobody is reading this, and this is a terrible place to host a devlog. Need to start a real one of those. =)