Tag Archives: mathematica

Game Design Status Report #3: This is What Game Design Looks Like

Using Mathematica: In[3]:= level1 = {1, 1, 1, 0, 0, X} Out[3]= {1, 1, 1, 0, 0, X} In[7]:= level2 = {1, 1, 1, 1, 0, 0} Out[7]= {1, 1, 1, 1, 0, 0} In[8]:= level3 = {1, 1, 2, … Continue reading

Posted in Games | Tagged , , ,

I Get Paid For Doing This

So this is what’s been keeping me busy the last few days: And here’s the code to do it yourself in your copy of Mathematica! data = FinancialData["AAPL", {2012, 1, 1}]; mdata = {{{2012, 4, 16}, “WolframAlpha 1.2 Released, Awarded … Continue reading

Posted in Misc | Tagged ,