8 ms·
Show HN: A friend and my CMU Webapps final project
- estenh 15y agoWe wrote a little game that should help with pitch recognition. Uses Couch for storing high scores, Redis for cache and Tornado for the server. Makes use of Audiolib.js (https://github.com/jussi-kalliokoski/audiolib.js/ https://github.com/jussi-kalliokoski/audiolib.js/) for audio that works in FF/Chrome. Bit weird in FF though, but at least it plays. I did most of the JS and my friend did most of the backend. We were sorta on deadline, so the design isn't quite what I would call perfect (ha) and my JS is super-messy in places. Also, there are bits where I inexplicably use jQuery for stuff I had been doing without a framework and other weird inconsistencies like that, but hey, it works. Anyway, let me know what you think! Thanks.
- mushishi 15y agoI don't use Facebook, sorry. (Was FB integration really needed?)
- antics 15y agoI agree that they probably didn't need Facebook, but a generation ago, it would have been an email address that they required, and I would have just used a "junk" account. I'm honestly wondering, for people who don't like Facebook, what is the problem with just having a "junk" Facebook account?
- ntkachov 15y agoFacebook doesn't really like "junk" accounts.
- antics 15y agoAnd Hotmail et al did?
- middus 15y agoYes, you could have your 246th email account as myspamaccount@hotmail.com without any fuss?!
- veemjeem 15y agoyou can still have junk facebook accounts, the sign up process is slightly longer than hotmail's, but not by much. I still have around 15 junk facebook accounts or so... I only remember the passwords for about 3 of them.
- estenh 15y agoIt probably wasn't, but we needed some way to save high scores, and "outsourcing" auth to FB was the simplest way. I've done other projects where that's optional, and that'll probably be the end goal for this as well. If it's any consolation, I don't like sites that only use FB auth either... this is just a product of the time-constraint.
- throwaway16185 15y agoAny way to put a quick hack so we can play without using FB login? Would love to try it out...
- estenh 15y agoI'll do my best to hack in a non-Facebook version when I get some time. Definitely a necessity.
- chrischen 15y agoIt's just facebook login. Think of it as a cookie.
- redthrowaway 15y agoI do, but any site that asks me to log in using it quickly gets closed. Sorry, but I'm not interested in using facebook outside of facebook.
- edge17 15y agojeff eppinger's class?
- estenh 15y agoTaught by Anthony Tomasic this semester, but yes.
- edge17 15y agofun class. I took it a few years ago, i remember one team did a 'nethack' style game using photos they'd taken in wean hall (i think they'd done the whole thing the night before). It was pretty funny to sit there while they presented and politely not try to laugh. Of course they thought it'd be humorous, and it was, but at that time the humor for us students was more from sitting in the audience and trying to re-live what must have been going through their heads the night before.
- StavrosK 15y agoI must be doing something wrong, because it just drops a bunch of notes/rectangles on me and I lose within half a second. What's the purpose? Chrome on Ubuntu, by the way.
- estenh 15y agoInteresting. Should start fairly slow... The idea is to catch notes that are in key (black ones) while avoiding those that are out of key (red ones). I'll try to slow down the blocks a bit to make it easier.
- StavrosK 15y agoI tried it again, but there's another problem: There's about a half second latency between hitting the brick and the sound playing. It makes any sort of association hard...
- estenh 15y agoShould start a bit slower now, and speed up as you play.
- StavrosK 15y agoOh, right, I wasn't avoiding the red ones. It was still too fast, though, hopefully it's better now. I'll test in a bit, thanks!