Metro a 2D Gaming Framework for Gosu
For the past month I have been busily working away on 2D Framework that enforce common conceptual structures and conventions making it easier to quickly generate a game. The product of which I call Metro.
$ gem install metro
$ metro new MYGAME
$ cd MYGAME
$ metro
$ gem install metro
$ metro new MYGAME
$ cd MYGAME
$ metro

Comments