hifight / Footsies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Footsies

FOOTSIES is a 2D fighting game where players can control character movement horizontally and use one attack button to perform normal and special moves to defeat their opponent. While the controls (and graphics) are super simple, FOOTSIES retains the fundamental feeling of fighting game genre where spacing, hit confirm and whiff punish are keys to achieve victory.

This is a fun little project for the fighting game community and for own practice developing a game by myself. I am objectively bad at art and music but that went kinda well with theme of the game. The animation in this game are, obviously, heavily inspired by the most iconic you-know-who fighting game character.

Although I only tested this game mostly with CPU, when I actually tried this game with my friend, we actually had a lot of fun! So, I hope that everyone try this game and have some fun as well :D

Download

FOOTSIES

※You can config keys/buttons input when the game is launched, although XInput can't be set on config windows, XInput controller should work fine in the game.

Mechanics

- There is no health bar. The round is lost after being hit by special moves. - There is, however, guard bar. You can block opponent attack up to three times. After that, every attack will cause guard break. - There are two type of normal moves, neutral attack and forward/backward attack. - There are two type of special moves which can be performed by holding and then release attack button. One can be performed by neutral release, and forward/backward release for the other one. - If normal moves connect with the opponent, whether on hit or block, it can be canceled into neutral special move by pressing an attack button again. - Forward and backward dashes can be performed by pressing forward/backward twice. - Hitbox/hurtbox/frame information can be toggle on and off by pressing F12. - Press F1 to pause/resume the game. While pausing, pressing F2 will play the game for 1 frame.

Whether you like the game or not, feel free to leave some comments about your experience on my twitter

If you like the game then invite your friend to play this game too! Seeing some tournament for this game would be a dream come true for me.

About

License:GNU General Public License v3.0


Languages

Language:C# 100.0%