Skip to content

Instantly share code, notes, and snippets.

@themacinator
themacinator / index.html
Created July 10, 2018 10:21
Lemonade Tycoon v2
<p><strong>Cash:</strong> <span id="money"></span></p>
<hr />
<strong>PRODUCTS:</strong><br />
Lemonade: <span id="lemonade"></span>
&nbsp;
<button onclick="makeLemonade(1)">Make Lemonade</button>
<button onclick="sellLemonade(1)">Sell Lemonade</button>
<br />
<hr />