2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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)