2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567
  1. - [ ] Authentication server, using HTTP dynamic content
  2. - [ ] server
  3. - [ ] client (frontend)
  4. - [ ] Proof-of-concept for fast SVG rendering (we're going to use SVG instead of Spine)
  5. - [ ] Improve logging (remove SDL/lws dependency)
  6. - [ ] Unify memset/memcpy/free/malloc functions (remove SDL/lws dependency)
  7. - [ ] Consider using `_s` functions?