├── Makefile ├── README.org ├── StickGuy.bmp ├── sidescroller.c └── topview.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Archenoth/SDL-game-genre-engine-examples/HEAD/Makefile -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Archenoth/SDL-game-genre-engine-examples/HEAD/README.org -------------------------------------------------------------------------------- /StickGuy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Archenoth/SDL-game-genre-engine-examples/HEAD/StickGuy.bmp -------------------------------------------------------------------------------- /sidescroller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Archenoth/SDL-game-genre-engine-examples/HEAD/sidescroller.c -------------------------------------------------------------------------------- /topview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Archenoth/SDL-game-genre-engine-examples/HEAD/topview.c --------------------------------------------------------------------------------