1 decade ago by netmute
Hey everyone.
I finally managed to cannibalize all reusable parts out of my games and released them as a bunch of plugins on Github.
Pause
Originally written by Jesse Freeman. I just cleaned out the non general purpose stuff and wrote documentation.
Savegame
A simple versioned layer on top of localStorage, to provide persistent storage for gamestates.
Scrollscreen
Keeps the screen centered on the player, without scrolling over level boundaries. Originally a snippet from this forum. I rewrote parts of it and packaged it as a plugin.
Ajax
I was looking for a simple library that provided GET and POST helpers. There was none, so I wrote one.
Highscore + Highscore API
A while ago I wrote online leaderboards for a Ludum Dare game of mine. I finally managed to rewrite that stuff to be usable by multiple games, and wrote an impact plugin for it.
I hope some of this is useful for you.
Cheers!
I finally managed to cannibalize all reusable parts out of my games and released them as a bunch of plugins on Github.
Pause
Originally written by Jesse Freeman. I just cleaned out the non general purpose stuff and wrote documentation.
Savegame
A simple versioned layer on top of localStorage, to provide persistent storage for gamestates.
Scrollscreen
Keeps the screen centered on the player, without scrolling over level boundaries. Originally a snippet from this forum. I rewrote parts of it and packaged it as a plugin.
Ajax
I was looking for a simple library that provided GET and POST helpers. There was none, so I wrote one.
Highscore + Highscore API
A while ago I wrote online leaderboards for a Ludum Dare game of mine. I finally managed to rewrite that stuff to be usable by multiple games, and wrote an impact plugin for it.
I hope some of this is useful for you.
Cheers!