Love Apple Games gamedev team is in for the jam! Our team consists of Boris van Schooten (tmtg.net) and Val Jones (val_hax).
For software development we are going to use jgame.js and possibly the new game development toolkit CellSpace (beta).
Graphics: Tiny Sprite Editor, Gimp, Inkscape, Evolvotron.
Sound: SFXR, Audacity, LMMS, a microphone, and possibly a keyboard.
More info about the dev tools:
Jgame.js is a 2D game library based on WebGL, which we’ve been using for our previous games.
CellSpace is built on top of it, and enables tile-based game development by defining tile rewrite patterns (cellular automata style). It comes with an IDE and a sprite editor. It has similarities with PuzzleScript, but allows action games with smooth animation to be developed as well! See the screenshot below.
- read the manual, which includes several example games
- check out the demo game demonstrating enhanced graphics (142 lines of code total)
- edit the demo game directly!
- download the JGame and CellSpace source code (BSD license)