Tetris Game in JavaScript
Simon built this Tetris game in one day on Wednesday. He didn’t use any libraries. The code largely comes from a Meth Meth Method video tutorial, but Simon made it … Continue reading Tetris Game in JavaScript
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon built this Tetris game in one day on Wednesday. He didn’t use any libraries. The code largely comes from a Meth Meth Method video tutorial, but Simon made it … Continue reading Tetris Game in JavaScript
Simon has authored a comprehensive post about For-Loops (in JavaScript ES5 and ES6) in the CodePen blog, nice for anyone learning about loops syntax: https://codepen.io/simontiger/post/for-loops Simon’s update: I now also … Continue reading Simon writes CodePen blog on for-loops
Simon came up with this Fibonacci function while taking a walk downtown: f(0) = 0 f(1) = 1 f(n) = f(n-1)+f(n-2) When we got home, he used the function to … Continue reading Simon’s Fibonacci function and Fibonacci counter in p5.js
Simon debuted with his own coding course last week! The course is called “Living Code” and Simon has already planned all its sessions for the year ahead. He is going … Continue reading Live Stream #4 on December 14. Living Code > Vectors.
Link to Simon’s project in progress: https://codepen.io/simontiger/pen/LOg… The walk begins with a white grid. Every time the walker first visits a cell, it first turns purple and the green number inside … Continue reading Simon’s Music Random Walker
Simon has come with an idea of teaching a course as part of his live streams (every two weeks on Thursdays at 17 hrs CET) and developed a website with … Continue reading Simon develops his own programming course ‘Living Code’
Below are the archived versions of Simon’s live streams today. The second part (starting with a genetic algorithm game in Processing/ p5.js) was an emotional roller-coaster, with the OBS software … Continue reading Live Stream 30 November. Speechjs and Citius Invaders.
Simon has done his first video editing work this week, changing his archived live streams from 16 November into two shorter tutorials. Since the YouTube video editor has been deprecated, … Continue reading Simon edits videos
Simon has been working on a large-scale project for a while, building his own editor that he called onoffline editor because it’s downloadable online. As always, the idea is totally … Continue reading Simon building P5 onoffline editor
Entering a new domain! Making specifically this bookmarklet (delete bookmarklet) was Simon’s idea. He learned to make bookmarklets today during Daniel Shiffman’s live session on basic bookmarklets and Chrome extensions. The … Continue reading Bookmarklet
This is how happy a child can be while taking a class:
Simon has just finished working on his first library, a #speechlibrary Speechjs. You can find Simon’s library on GitHub: https://github.com/simon-tiger/speechjs Simon also added a reference page at: https://github.com/simon-tiger/speechjs/wiki/Reference You can … Continue reading Simon made his own speech library: Speechjs