This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import numpy as np | |
from faker import Faker | |
from datetime import datetime, timedelta | |
from faker import Faker | |
import random | |
from faker.providers import BaseProvider | |
cost_variability = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(() => { | |
const people = [] | |
let startTimeout | |
let restartTimeout | |
let cheatTimeout | |
let discoverTimeout | |
function mainStartGame () { | |
document.querySelector('.main-container .buttons button').click() | |
startGame(1000) |