Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 487 Bytes

Demo Fighter With Netcode

An example fighting game demonstrating how to implement rollback based netcode.

Alt text

Debug Commands

  • F1 Show Debug Information
  • F2: Frame Step (Once paused)
  • F3: Pause Game
  • F4: Toggle Hitbox Display
  • F5: Reset Game
  • F7: Store State
  • F8: Load State
  • F9: Connect to the server
  • F11: Host a server and wait for a client.

Install & run

  • Get LÖVE
  • Clone repository to your machine.