By Haoda Fan (http://haodafan.com) Current version: 0.0.8D (playable)
Note that you will need both Python and Pygame to play this game. If you have both, skip to setup.
Step 1: Download python 3.6.3 from https://www.python.org/downloads/release/python-363/ (download the executable installer if you have Windows)
Step 2: Open the file and check "Add Python 3.6 to PATH"
Step 3: Click Install Now and install
Step 4: Open command prompt and type 'Python' to verify that you've installed it properly
Step 1: open up command prompt or similar
Step 2: enter command "pip install pygame"
Step 1: Download the contents of this repository (click on the 'clone or download' button on the top right of the file navigation and click 'DOWNLOAD ZIP')
Step 2: Extract to any folder of your choosing
Step 3: Run play-badgario.py
Note that if you're more tech savvy, you can choose to git clone this repository instead.
This game was inspired by agar.io and much of the code was based off of a pygame tutorial game known as squirrel eat squirrel, which has similar mechanics. You can see it here: https://inventwithpython.com/makinggames.pdf (page 200).
Resources used:
- Python 3.6.3
- PyGame
- MS Paint (for the default boss lel)
- My blood, sweat, and tears. Just kidding, only tears.
- /tanner - Tanner Van Teeffelen (Listen to his music at https://soundcloud.com/auditory-ascendance)
- Jackie Yuan Xu for initially helping me with pygame and inspiring me to make this game :> (check out his github at https://github.com/OnePunMan)