A bomberman clone written in Squeak Smalltalk
Space Clean-Up ============== A bomberman clone written in Squeak Smalltalk. ```smalltalk ScuGame open. ``` [Demo video](http://youtu.be/yyTmCL_b4AY)  Libraries --------- We used Marcel Taeumel's [Animiations library](https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/animations) and [SVGMorph](http://map.squeak.org/package/7318c055-ce88-4a98-8d4d-2b8cf92e1920). For cool animations install [this](https://github.com/hpi-swa/animations) package. Authors ------- [@domoritz](//github.com/domoritz), [@mswart](//github.com/mswart), [@kaifabian](//github.com/kaifabian) and [@matthias-springer](//github.com/matthias-springer)