Allow you to control a web page using another device(s) (smart-phone for example). Using websocket to connect the screen and the device, it should have been able to make multiplayer game on one page.
I don't know why I never finished it.
My first "working" game (I had 2 or 3 failed attempts before). It was supposed to be a cute 2D exploration game. As I wrote everything from scratch, I quickly hit a performance hurdle. I loved coding it anyway.
Easy to use 2D drawing library. I always enjoy drawing on HTML canvas, but it's a pain to use. So I seek out to build a drawing library. I made a few structure mistakes and it became a pain to maintain.
I consider further repos to be in "active" development, so not in graveyard yet. It was fun going back to those old monsters.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Whoo you bring everyone down memory lane.
I haven't such a huge graveyard as you, but here's some shit I've made with love :
AirPad
Allow you to control a web page using another device(s) (smart-phone for example). Using websocket to connect the screen and the device, it should have been able to make multiplayer game on one page.
I don't know why I never finished it.
Pimp-my-natives
Supercharging of natives prototypes. Same thing as underscore while keeping OOP syntaxe. I stated with
Array
, but never got any further.Secrets of Cydonia
My first "working" game (I had 2 or 3 failed attempts before). It was supposed to be a cute 2D exploration game. As I wrote everything from scratch, I quickly hit a performance hurdle. I loved coding it anyway.
gmartigny.github.io
Hosted by github set of experiments and random piece of code. That's a real mine, however I'm not sure you could dig out gold. x)
Draw
Easy to use 2D drawing library. I always enjoy drawing on HTML canvas, but it's a pain to use. So I seek out to build a drawing library. I made a few structure mistakes and it became a pain to maintain.
I consider further repos to be in "active" development, so not in graveyard
yet. It was fun going back to those old monsters.