Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.13 KB

TFG

A tiny Love2D fighting game.

alt text

simplescreenrecorder-2025-01-10_22.26.52.mp4

Controls

  • Fighter 1: WASD ERT FG
  • Fighter 2: UHJK IOP L;

Controller Support?

Sure, https://www.rewasd.com/

Keymaps in keymap.lua

Multiplayer?

Sure, https://moonlight-stream.org/

Run

love src

to generate FFT data

python fft/fft.py

PS: Don't ask about the FFT code. It's dubious.

Acknowledgements

I do not own any of the assets used in this game, they were acquired on free licenses or paid for non-profit usage.

TODO

  • Win Loss counters? Rounds?
  • Fix sound duplication and cleanup sound manager
  • Clashing is still buggy (flashing and knockback)
  • Improve game over screen, maybe keep track of P1 vs P2 wins?
  • Add more 300x800 backgrounds
  • Uses for the interact action
    • Rock entity
    • Emote
  • Finish basic AI to be fun to play against
  • Fix sprite scaling in character select
  • Countdown to fight (maybe not explicit) and fighter enter anims?
  • Keymappings get reset on game over bug