a-game

2D platformer written from scratch.
git clone git://git.amin.space/a-game.git
Log | Files | Refs | README | LICENSE

.gitattributes (120B)


      1 *      text=auto
      2 *.c    text diff=cpp
      3 *.h    text diff=cpp
      4 *.glsl text diff=cpp
      5 *.bash text eol=lf
      6 *.bat  text eol=crlf