Cuttlepress

Blogging about Hacker School?

Day 17

On Friday, Rebecca and I decided to take on the job prep prompt to “write a recursive function that calculates the minimax value of a board in Tic-Tac-Toe.” From there, we decided to implement player interaction for the more satisfying result of a playable Tic Tac Toe game; we’ll tidy and memoize the code in a future session.

For our Sass work today, Moshe and I learned about how to use media queries for a basic responsive layout. In JavaScript, I did some tidying of my dishwashing game code, including rearranging the canvases to a more sensible ordering and fixing a few bugs. Then Smita and I started work on a back-to-basics platformer in JS/canvas.