
Turn Fighter Foo
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
############################################################
############################################################
Turn Fighter Foo is a turn based beat em up game that is played with two players (I didn't have time to implement an AI that could be played in single player for Ludum 27). The basic idea is that each turn has a time limit of 10 seconds in which a player may make a sequence of moves. After the time limit of 10 seconds is up, the game plays back the moves and calculates the results of the battle. Players play until the health of one of the players drop to zero.
Due to the time constraints of Ludum, I didn't get many of the features that I wanted to put in. Future versions of this game may include things such as special moves, combos, selectable characters and different game modes.
#############################################################
Player 1 Controls:
w - jump
a - left
d - right
z - block
x - punch
c - kick
v - idle
q - clear move list
Player 2 Controls:
UP - jump
LEFT - left
RIGHT - right
INSERT - block
HOME - punch
PAGEUP - kick
DELETE - idle
END - clear move list
Turn Fighter Foo
author: martymon
version: Tech Build 0.1 for Ludum 27
#Tools and libraries used - Flixel, Flixel Powertools,
Pickle
PAINT.NET, FlashDevelop, Bfxr, Audacity
########################################################################################################################
Introduction
############################################################Turn Fighter Foo is a turn based beat em up game that is played with two players (I didn't have time to implement an AI that could be played in single player for Ludum 27). The basic idea is that each turn has a time limit of 10 seconds in which a player may make a sequence of moves. After the time limit of 10 seconds is up, the game plays back the moves and calculates the results of the battle. Players play until the health of one of the players drop to zero.
Due to the time constraints of Ludum, I didn't get many of the features that I wanted to put in. Future versions of this game may include things such as special moves, combos, selectable characters and different game modes.
#############################################################
Instructions
############################################################Player 1 Controls:
w - jump
a - left
d - right
z - block
x - punch
c - kick
v - idle
q - clear move list
Player 2 Controls:
UP - jump
LEFT - left
RIGHT - right
INSERT - block
HOME - punch
PAGEUP - kick
DELETE - idle
END - clear move list