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 year ago
123456789101112131415161718
  1. - [ ] Organize dependencies
  2. - [X] Improve logging (remove SDL/lws dependency)
  3. - [ ] Remove `lwsl_user` calls
  4. - [X] Unify memset/memcpy/free/malloc functions (remove SDL/lws dependency)
  5. - [ ] Revisit unit tests
  6. - [ ] Implement character sprites + animations
  7. - [ ] Finalize initial character sprite for rendering
  8. - [X] Acquire Affinity Designer (so we can move on from Corel)
  9. - [ ] Implement SVG parser and manipulator (for animations) (should we implement stop-motion animation instead of interpolations for now?)
  10. - [ ] Implement memory pool
  11. - [ ] Fix gamepad mapping
  12. - [ ] Unify mapping (e.g. north button, west button for different buttons etc.)
  13. - [ ] Provide default mapping
  14. - [ ] Allow customization of button mappings
  15. - [ ] Authentication server, using HTTP dynamic content
  16. - [ ] server
  17. - [ ] client (frontend)
  18. - [ ] Proof-of-concept for fast SVG rendering (we're going to use SVG instead of Spine)