Showdown by A R Siddek
Here it is, my entry for minimalism. Pretty simple concept, 2 player "fencing" game, players have 3 stances; Top, Mid and Bottom. Top beats Mid, Mid beats Bottom and Bottom beats Top. Controls are as follows:
Player 1 (red):
Left - A
Right - D
Top stance - T
Mid stance - G
Bottom stance - B
Player 2 (blue)(remember to make sure Num Lock is ON):
Left - Left arrow key
Right - Right arrow key
Top stance - Num key 8
Mid stance - Num key 5
Bottom stance - Num key 2
Currently I have only uploaded source code, so to run please have Python 2.7 and Pygame installed and run:
python showdown.py
I am trying to get an executable version for Windows and Linux, but it all seems very confusing.
I'll see what I can do :/
Player 1 (red):
Left - A
Right - D
Top stance - T
Mid stance - G
Bottom stance - B
Player 2 (blue)(remember to make sure Num Lock is ON):
Left - Left arrow key
Right - Right arrow key
Top stance - Num key 8
Mid stance - Num key 5
Bottom stance - Num key 2
Currently I have only uploaded source code, so to run please have Python 2.7 and Pygame installed and run:
python showdown.py
I am trying to get an executable version for Windows and Linux, but it all seems very confusing.
I'll see what I can do :/
| Source | http://www.mediafire.com/download.php?f2c33r2ddfu5c9b |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=14858 |
Feedback
Perry
29. Apr 2013 · 09:05 UTC
Pygame executables are really annoying to create, good luck, I have never had the luck to create one.
HELLO23
29. Apr 2013 · 10:10 UTC
The game is too simple, and players win even if they are not touching each other. I liked the textures and the minimalistic graphics.
sP0CkEr2
01. May 2013 · 03:46 UTC
why python? never mind -- it's ludum dare -- i keep forgetting -- too bad i cant play
Dark Acre Jack
01. May 2013 · 09:29 UTC
Goal for next LD: deploy an EXE or better yet to browser.
stevejohnson
02. May 2013 · 05:33 UTC
Hard to rate without someone to play against. Seems like a fun version of realtime Rock Paper Scissors though.