Downloads

How to Install and Run

  1. Download TCBS for Mac from itch.io

  2. Unzip it, and drag TCBS.app out of your downloads folder.
  3. Right click (Two-finger click or ctrl+click) on TCBS.app and select "Open"
  4. A window would pop up saying TCBS was downloaded form the internet. Select the "Open" option.
  5. You're all set! Next time you want to play TCBS, just double click on TCBS.app.

Download Source Code

Click to download Totally Customizable Battle Simulator's source code!



NOTE: the source code doest not include the virtual environment. TCBS was written in Python 2.7. It requires pygame==1.9.4, and PodSixNet==0.9.4
It is very important that you install PodSixNet==0.9.4 and not PodSixNet==0.10.0
To install these packages, run
pip install pygame==1.9.4
pip install PodSixNet==0.9.4