Blacktop Blitz is a React application designed to help NBA 2K players quickly generate and draft teams for the Blacktop game mode. Whether you're playing solo or with friends, Blacktop Blitz makes team creation fun, fast, and efficient.
Site: https://blacktopblitz.com/
- Random Team Generation: Generate random teams based on selected criteria.
- Player Database: Utilizes Web-Scraped NBA2k player data for accurate ratings and players.
- Responsive Design: Works seamlessly on desktop and mobile devices.
There are some web scraping scripts that I made to get player data: https://github.com/woverfield/2k-web-scraping. I also included the files in this repo alongside with some other scripts to update the players and combine the 3 rosters (current, classic, all-time) into one json file.
To run Blacktop Blitz locally, follow these steps:
-
Clone the repository:
git clone https://github.com/woverfield/blacktop-blitz.git
-
Navigate into the project directory:
cd blacktop-blitz
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit
http://localhost:3000
to view Blacktop Blitz.
- NBA 2K for inspiring the Blacktop game mode.
- React and its vibrant community for providing excellent tools and libraries.