2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
1234567891011121314
  1. - [X] Improve logging (remove SDL/lws dependency)
  2. - [X] Unify memset/memcpy/free/malloc functions (remove SDL/lws dependency)
  3. - [ ] Revisit unit tests
  4. - [ ] Implement character sprites + animations
  5. - [ ] Finalize initial character sprite for rendering
  6. - [ ] Acquire Affinity Designer (so we can move on from Corel)
  7. - [ ] Implement memory pool
  8. - [ ] Fix gamepad mapping
  9. - [ ] Provide default mapping
  10. - [ ] Allow customization of button mappings
  11. - [ ] Authentication server, using HTTP dynamic content
  12. - [ ] server
  13. - [ ] client (frontend)
  14. - [ ] Proof-of-concept for fast SVG rendering (we're going to use SVG instead of Spine)