Skip to main content

Street pyghter - 1.0

Street Pyghter is a 2D fighting game.


Arnaud BERNARD
(nono)

Street Pyghter is a fighting game. I developed it in python using the pygame library. The sources are open so you should be able to look up the code if you are curious enough.

You will need python 3 or higher and the pygame 1.9.1 library installed.

Please feel free to comment the game or the code here :)

Changes

Links

Home Page
http://code.google.com/p/street-pyghter/
Source
http://code.google.com/p/street-pyghter/downloads/list
Windows
http://code.google.com/p/street-pyghter/downloads/list
Mac
http://code.google.com/p/street-pyghter/downloads/list

Releases

Street pyghter 1.2.1 — 26 May, 2011

Street pyghter 1.3.2 — 17 Jun, 2011

Street pyghter 1.3 — 7 Jun, 2011

Street pyghter 1.0 — 12 May, 2011

Street pyghter 1.2 — 12 May, 2011

Pygame.org account Comments

  • Nono 2011-05-12 15:13

    To verify if your pygame library is correctly installed:

    in the python IDLE ( or python shell ) for windows user you can find it in the start menu -> programmes -> python 3.1
    ->
    IDLE

    type:

    >>> import pygame # if you get an error here, your pygame library is not correctly installed

    >>> print(pygame.version.ver)

    it should answer: "1.9.1release-svn2575" (or a later version when it gets out)

    if your pygame library is correctly installed, you can double click on Street pyghter\src\streetpyghter.py in your street pyghter folder to launch the game

    for windows users:

    get the python installer here: http://www.python.org/ftp/pyth...

    and pygame here: http://pygame.org/ftp/pygame-1...

    for linux users:

    be careful that retrieving pygame from apt (synaptic) may get pygame for python 2.X and not for python 3

  • spe 2011-05-13 08:26

     Cool games ;-)  thank @43e735bd26378a6eeae996e278b76d61:disqus  !  !

  • Rob 2011-05-25 17:46

    nice little game, just tried it, would be nice if you don't have to restart the game after you change the option

    Nono 2011-06-07 16:42

    Consider it done ;)

    Nono 2011-05-26 16:32

    Thanks Rob, I'll work on that.

  • MilanFIN 2011-06-07 17:53

    I can't try this game, caused by problem with pygame on python3, I don't have it :(
    Where could I get it for Debian based system (using ubuntu)

    Nono 2011-06-08 01:51

    here is a thread to help you install pygame for python 3:
    http://ubuntuforums.org/showth...

  • jjj 2011-06-17 22:39

    Are you sure you can use images from capcom and snk legally?Hey milan filan, space game is available as a windows executable.Your email does not work for some reason.

  • Neotavi 2011-08-27 10:55

    cool! just miss hadoukens!

    Nono 2011-09-01 14:03

    Ken has an hadoken (down, forward, B attack) and Leona has an air fireball too.
    Look in the pdf manual to get the caracters move lists ;)

  • Adrian Sbardella 2012-05-11 23:45

    It will be good if it has a Story mode or something like

  • Extremis 2014-11-30 02:13

    Thanks! I really enjoyed the game.

  • ToFu 2015-03-06 14:32

    Could you pls help me?
    I saw that in your game, when i click once the character makes this animation once... Whatever i tried on my fighting game it didnt work... if i programme it with "for event in pygame.event.get()" and "KEYDOWN" it just works sometimes...

    ToFu 2015-03-06 14:33

    I mean the "HIT" button ^^

  • Christian Keusch 2015-05-07 20:01

    thanks. its great

  • Pickup car 44 2016-12-14 22:06

    Man I use 3.5.2 python and pygame 1.9.2, works right, you use and program right in python, but I've tried everything to turn in .exe and can't, how do you turn into .exe? I tried but it doesn't support the py2exe python 3.5.2, tried the cx_Freeze supporting my version but does not compile, I say the setup.py right in folder but it does not compile at all, what do I do? When I compile in setup.py using cmd, it appears build_exe and running after some cx_freeze errors in the lib folder, and installed by the .exe itself correctly, help?

  • plilwowz 2017-12-30 20:39

    I might sound really stupid, but after the character select, how do I, you know, start the game? I know it should be really easy, but I don't know what to do. I just kinda wanna experience the whole rest of the game apart from just the title screen and character select screen...
  • Rf williams 2018-11-20 17:11

    How can I change the ground (horizontal) level of the characters?
  • Luis 2019-03-17 18:51

    Hi, I'm developing a beat n up on pygame, I am studying your codes and would like to know in more detail how you did the hitboxes, colisions and sprite sheet animations

    Daman 2020-02-16 23:56

    Hey there, any luck?
  • Syler 2019-04-23 07:19

    helo, i am ready to write a game which is the king of fighter, and my code style is very bad, can i rewrite your code to complete this game? and if i finish it, i want to publish it on the github. can i ?