Category: games
This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ …
I bought a Sudoku Book (Magazine). Today, I spent time with kids to solve this Sudoku Game, in about 10 minutes. Then, I tried the Sudoku API: curl -s …
Teaching Kids Programming: Videos on Data Structures and Algorithms Yesterday, we talked about the Apple-Catching Game on Microbit: human plays with two Buttons, A to move the bowl one …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a MinMax implementation, one problem is that there are two situations that we need to handle separately: maximizing and …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given the following Two MinMax Game Trees: We can discard the subtree x as we know the result doesn’t matter. …