Skip to content

jessicay38/GG_jessicay38_kevinl713_tiffanyy31_tracyy10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crossy Road by Team GG

Roster and Roles

jessicaY (PM): Sqlite3

tiffanyY: HTML + CSS (Design, Front-End)

tracyY: Flask

kevinL: Javascript

Description

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.

Install Guide [w.i.p]

Prerequisites

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.

Steps to Install and Run

  1. Clone and move into this repository
$ git clone [email protected]:Tuvalu23/p01.git
$ cd p01
  1. Create a virtual environment
$ python3 -m venv foo
  1. Activate the virtual environment: Linux/MacOS
$ . foo/bin/activate
  1. Activate the virtual environment: Windows
$ foo\Scripts\activate
  1. Install required packages
$ pip install -r requirements.txt

Launch Codes: [w.i.p]

  1. Run the database setup file
$ python3 app/setup_db.py
  1. Locate and run the app file
$ cd app
$ python3 __init__.py
  1. 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

APIs

No API keys needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •