Skip to main content

Sword Fighter

A arcade style fencing game. Touche and Repost your way to victory.


trevor
(JimothyIII)
This is two player game, with all controls on key board. Player 1 moves left and right with A and D, thrusts with J and reposts with K. Player 2 moves left and right with arrow key left and arrow key right, thrusts with num pad 1 and reposts with num pad 2.

Changes

Links

Home Page
https://www.dropbox.com/sh/biix4pydgdqm4qw/AADJj_Uzzx5aymhMSwqL2QCa?dl=0

Releases

Sword Fighter python 3.7 — 15 Aug, 2018

Pygame.org account Comments

  • Cardoso 2018-08-16 02:46

    Unfortunately it isn't loading. Stuck on black screen.
  • Cardoso 2018-08-16 02:47

    , line 29, in fencer_1Img = pygame.image.load('fencer_1.png') pygame.error: Couldn't open fencer_1.png >>>

    trevor 2018-08-16 04:38

    Make sure fencer_1.png is in the same folder as python script, and isn't renamed or anything.