A list of Black people who make games. Here they are. Hire them. Buy their stuff.
There are three ways to do so.
Fill out this form: https://forms.gle/M3SVa3YE4F1kLm8p7
- Clone this repository
- Open the
TEMPLATES
folder and choosePERSON-COPY-ME.mdx
orCOMPANY-COPY-ME.mdx
depending on whether your submission is one person or a studio (both is also fine) - Duplicate the file and save it in the
directory
folder as your name with underscores instead of spaces (for example:Catt_Small.mdx
) - Edit and save the file
- Create and submit a pull request for us to review
Create a GitHub issue here and include the person's name and website(s). We will get to it when we can.
Send a tweet to @cattsmall, @edibletoaster, or @chrisalgoo. This is hardest for us. There is no guarantee we'll see your request.
<3
-
Download
npm
by following this guide. You'll need at least node 10.x and up -
Install yarn by running
npm install -g yarn
in your terminal. -
Then you can run
yarn
in your terminal while inside the project directory to install project dependencies. -
After the installation completes, run
yarn start
to spin up your development environment. When it saysSUCCESS
, open localhost:8000.
Check out the wiki for more information about how this project works.