.gitignore | ||
admins | ||
config.json | ||
fight.py | ||
fighter.py | ||
irc.py | ||
ircCommands.py | ||
ircReload.py | ||
log.py | ||
mircformat.py | ||
README.md |
IRCUFC
WORK IN PROGRESS
IRC Game to let chatters having UFC like fights.
Connect to #IRCUFC @ Efnet and type !fight to register to the next fight
once 2 fighters will be registered, you'll reveice a list of actions possible for you to do in the next turn.
To register an action for the next turn, simply use !action following by the action (ex: !action kick high)
Once a fighter have no hp left, the fight is over.
If both fighters are attacking at the same time, then the one who will hit is random. There's still an slight advantage to the last player having hit.
using 'block' will greatly increase the chance of blocking a hit. be careful though, if for instance you block high and your opponent attacks you low or middle, you'll have 100% chance of taking the hit. If you succeed to block a hit, you'll take the advantage for the next turn.
There's a chance for fighters to fall down. In this case, hits will be much less powerful, and your opponent will do huge damage. You'll have to use the 'standup' action in order to .. stand up :) This action will make you vulnerable to a hit.
TODO LIST: Fix shitty code (!!!) Add better output (Colors, formatting) Add submissions Add more strikes? (Superman punch, spinning kicks) Add ascii art to display at each turn
IDEAS: Add a betting system, where spectators can bet for the next fight Add XP system, where each fight let you get stronger / more resistant / get more moves