jessicaY (PM): Sqlite3
tiffanyY: HTML + CSS (Design, Front-End)
tracyY: Flask
kevinL: Javascript
Classic Crossy Road Game in browser: Cross the road with your chicken 🐓 Avoid getting run over by cars and hop between logs to avoid drowning. If you do either, GAME OVER! DEAD
As your character travels farther down the map, different difficulties will be offered that will modify the speed of the logs and cars. As the difficulty increases, you can gain more points.
Ensure you have the following installed on your system:
It's recommended to run this project in a virtual environment to avoid any potential conflicts with other packages. Obviously this doesn't apply to you Topher, but if your less advanced, refer to this guide.
- Clone and move into this repository
$ git clone [email protected]:Tuvalu23/p01.git
$ cd p01
- Create a virtual environment
$ python3 -m venv foo
- Activate the virtual environment: Linux/MacOS
$ . foo/bin/activate
- Activate the virtual environment: Windows
$ foo\Scripts\activate
- Install required packages
$ pip install -r requirements.txt
- Run the database setup file
$ python3 app/setup_db.py
- Locate and run the app file
$ cd app
$ python3 __init__.py
- Access the Application: Open your browser and go to http://127.0.0.1:5000 or click the link that appears in your terminal output. To stop the app, press CTRL + C
No API keys needed.