A prototype concept developed in pico-8. Action games rarely lean into physics simulations for combat. Opting for controlled fixed animation sequences and predefined ‘hit boxes’. The idea behind Bastard Sword was to find fun and ‘game feel’ with some simple 2D physics.
The main character and sword tip are treated as particles with their own individual weight connected via stiff rod. Applying impulses over a few frames on the sword tip perpendicular to this connection produced the nice swing you can see in the gifs.



Would love to continue with this project when I have space.