-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 971 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174172139-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174172139-1');
</script>
</head>
<title>Simulated Fantasy Baseball</title>
<h1>Simulated Fantasy Baseball</h1>
<h3>What's going on here?</h3>
<p>
I got mad because I drafted a fantasy baseball team on <a href="https://couchmanagers.com">Couch Managers</a> right before the season was postponed. I wondered how hard it would be to simulate a season with the players I drafted.
</p>
<p>
I built a simulator and ran a sample season. Results are <a href="cik-anon-ga/leagueResults">here</a>.
</p>
<p>
Interested in trying it out? <a href="https://forms.gle/F7CuztC6VJ4yp7Au9">Sign up for early access</a> and we'll let you know when we start to roll things out.
</p>