Thanks, your inbox is full.
I’m still working on a fighting game, something like Virtua Fighter is what I’m shooting for. I’m still building all the basic parts of the system to make it function, most of it is working in some way.
I’m going down a list of things I need.
Figure out how to read fireball inputs, and flip controls.
Figure out how to move the camera like in VF or Tekken.
Figure out how to buffer inputs
Animations, combos
collision
etc.
I have all these systems figured out, but they need to be put together in a more elegant manner. Because I’m still new, the code is a mess but it works…