A downloadable game

I've always wanted to simulate battles between benders in the Avatar: The Last Airbender universe and worked on this in the my free time. It has simple fighting mechanics but I'm planning on updating it whenever possible!

You can play it without downloading here:

https://trinket.io/python3/31ae4d62fa?outputOnly=true&runOption=run

If you want to look at the code you can find a direct link to the pastebin: https://pastebin.com/3Jnm85Am


Currently each character is randomly selected from a list of characters, but its possible to pick a character to use.

There are other gamemodes - such as pvp (both characters are controlled and 2 humans can play against eachother), pvc (the current selected mode where its against a computer), cvc (computers against eachother), story (currently WIP, where players gain levels and improve their character)


It's very messy but it works! You can edit the base Chi that characters start with, knockout amounts, variences in attacks, costs, chances of defending. I tried to make changing things as easy as I could for myself for balancing reasons.


A lot of things are in flux - such as Chi costs or chances of hitting.

Moves:

Attack 1 - Basic attack that if successful, removes 1 Chi

Attack 2 - A stronger attack but exhausts the user more than the basic attack. Higher chances of hitting

Attack 3 - A special attack, uses a lot of chi but will have special effects based on who uses it

Defend - Chance to defend the next attack

Charge - Charges Chi and increase user's speed by focusing

Download

Download
AvatarBattles260722.py 42 kB

Install instructions

Currently running on Python 3.8

Leave a comment

Log in with itch.io to leave a comment.