Skip to content

woverfield/blacktop-blitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blacktop Blitz

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/

Features

  • 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.

Scripts

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.

Installation

To run Blacktop Blitz locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/woverfield/blacktop-blitz.git
  2. Navigate into the project directory:

    cd blacktop-blitz
  3. Install dependencies:

    npm install
  4. Start the application:

    npm start
  5. 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.

Screenshots

image

image