
=======================================================================

Sketch Fighters, SpeedHack 2006
by Wilson Suanders

A.cc Name: Also know as hamster

Website: www.freewebs.com


 Tools and Libraries Used
-----------------------------------------------------------------------

 Compiler/IDE: MS Visual C++ .Net

 Platform: [Windows]

 Language: C++

 Other libraries used:

   * [library name]: <URL>


 Notes on Compiling
-----------------------------------------------------------------------

Compiled with Visual C++


 SpeedHack Rules
-----------------------------------------------------------------------

Insanity: 
Just look at the graphics and ask yourself is this the workings of a
sain mind?

Time: 
There is a clock at the top of te screen that will release bananas
in great quantities.

Multiple Players: 
The game efaluts to 2 player compeditive. However a single player
AI is also included.

Show no Humans: 
The two combatants are not human or humanoid by any stretch of the imagination.


Bananas:
Bananas are the the power source for your fighters they power the special 
moves like powerdive and nova blast. Collect them fomr the sky or by
beating them out of your opponent.

Act of Act of Recursiveness:
You defeat your opponent by powerdiving into them when they are out of bananas.
If you suceed you the next battle will take place on your Opponents battered body.
Thus you perpetually spiral inward leading to maddness... see insanity rule.

Oh also I did a neet recursive trick getting the heiarical modle to render propperly 
See funciton SetPartToPoze() in the body.cpp file. 




All files have a start date on them. The Body, BodyPart, Poze, Animation, and Poze Point files were written prior to speed hack. Every thing else was drawn and coded durring the 3 days.


 About the Game
-----------------------------------------------------------------------

Sketch Fighters takes place on a sheet of lined paper in the hands of a
crazy artist/programmer. You controll one of two doodles who have no desire
to co exist on the same page. Your reward for victory, to use your opponents 
body as the arena for the next battle. A small clock at the top of the page 
dispenses bananas which can be used to exicute special moves. Like Powerdive 
(Down + weak attack while in the air) and Nova(Down + Strong attack any time).
To win you must beat all the banananas out of your opponent the hit him with
a Powerdive.


 How to Play
-----------------------------------------------------------------------

A brief description of how to play the game. 

General:

Escape 		Exits
Space bar 	starts game
S		Player 1 warrior select
Down arrow	Player 2 warrior select

Player1:

W  		Jump
A  		Move Right
S  		Combide with attack for special attack
D  		Move Left
G  		Quick Weak attack
H  		Strong slow attack

Player2:

Up arrow  	Jump
Right arrow 	Move Right
Down arrow	Combide with attack for special attack
Left arrow	Move Left
,  		Quick Weak attack
.  		Strong slow attack