Skip to content

GitPaulo/TFG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFG

A tiny Love2D fighting game.

alt text

FFdemo.mp4

Controls

  • Fighter 1: WASD, ERT
  • Fighter 2: UHJK, IOP

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.

TODO

  • Improve game over screen, maybe keep track of P1 vs P2 wins?
  • Add more 300x800 backgrounds
  • Add more attacks
    • Grab without animation somehow
    • Jump squish attack? with a bounce!!! and that gets rid of weird top interactions
  • Rock entity! Interact with rock (pray)?
  • Fix basic AI and settings passing logic
  • Fix sprite scaling in character select
  • Countdown to fight (maybe not explicit) and fighter enter anims?
  • Keymappings get reset on game over