Whip Jump-Kick Grab
A downloadable 2d fighting game for Windows
Warning
I created this project to learn C++. In doing so I was a bit careless with my memory management, and would caution anyone downloading this that playing for a prolonged period of time will crash the application.
--------------------------------------------------------------------
Synopsis
Each player is prompted to choose from three powerful attacks to be performed at the end of round. Each attack is a counter to one of the other three (Rock-Paper-Scissors). Whip beats grab, grab beats jump-kick, and jump-kick beats whip. Once the round begins its an all out brawl, players may push, kick or block to gain the upper hand over their opponent. Once a players health bar is depleted the winner is decided and the match is over.
In single player face off vs. three varying degrees of difficulty from normal to impossible.
Source Code: https://github.com/davidwadsworth/whip-jump-kick-grab
--------------------------------------------------------------------
Controls
--------------------------------------------------------------------
Single Player/Menu
(w,a,s,d) - Player Movement / cursor movement
(z) - push / select option
(x) - kick / back
(c) - block
(esc) - go to menu
--------------------------------------------------------------------
Two Player
Player Left
(w,a,s,d) - Player Movement / cursor movement
(z) - push / select option
(x) - kick / back
(c) - block
(esc) - go to menu
Player Right
(up,down,left,right) - Player Movement / cursor movement
(,) - push / select option
(.) - kick / back
(/) - block
--------------------------------------------------------------------
Debug
(Same controls as Two Player)
(1) - end round
(2) - select attack
--------------------------------------------------------------------
Credits
--------------------------------------------------------------------
Music/SFX
- Title Screen: "Ninja Terminator Theme" from the movie "Ninja Terminator"
- Combat/ End of Round: "Ninja the Protector Theme" from the movie "Ninja The Protector"
- Selection: "116 BPM Simple Drum Beat" by Joe Beier
- Hit/Death effects: Clips from the movie "The 36th Chamber of Shaolin"
Art
- Background: "Western Industrial" by Charles Sheeler
Download
Install instructions
Extract .zip file in desired location
double click exe file
Leave a comment
Log in with itch.io to leave a comment.