Skip to content

Instantly share code, notes, and snippets.

View starrodkirby86's full-sized avatar

Watson Tungjunyatham starrodkirby86

  • United States
View GitHub Profile
@starrodkirby86
starrodkirby86 / console_genres.py
Last active January 10, 2020 01:25 — forked from igorzilla/index.html
Parallel sets, tons of categories test
import csv
from random import randint
consoles = ["Xbox One", "Nintendo Switch", "Playstation 4", "PC", "Android", "iOS"]
wc = [24, 65, 43, 50, 80, 60]
weights_consoles = [x * 5 for x in wc]
game_genres = [
"Platformer", "FPS", "Party", "Fighting",
"Beat'em Up", "Stealth", "Survival", "Battle Royale",
"Rhythm", "Horror", "Metroidvania", "Adventure",