Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.2 KB

RanchoStop: A virtual pet tarantula sim for the modern era

RanchoStop lets users adopt, care for, breed, and sell virtual tarantulas ("Ranchos"). Access to forums and profiles will help users connect with other like-minded individuals, all with an environment that divorces the word “Tarantula” from “creepy.”

Play now

RanchoStop is currently live on Heroku:
https://ranchostop.herokuapp.com/
If you check it out, please report any bugs you find! RanchoStop is still in development and will be frequently updating.

Latest update

Hatcheries allow users to breed their Ranchos for a brood of 6-10 hatchlings

Next planned update

Ranchos can be sold or transferred to other users

Run Locally

Install pip if you do not already have it.
Clone the repo and open it in the terminal. Start a virtual environment(optional) and download requirements:

$pip install -r requirements.txt

Start flask:

$flask run

Direct your browser to the address output in your terminal (usually http://127.0.0.1:5000/)
Have fun!