# 100 Days of Javascript! much overdue, the proliferation of javascript makes it an ubiquitous beast that we must all eventually tame. a shameful amount of my [website](https://abaj.ai) calls javascript code that I don't understand (LLM's are double-edged swords). # agenda - [X] character pyramid (js, Node) - [X] Rock-paper-scissors (javascript, css, html) - [X] todo list (javascript, css, html) - [X] snakes (js, css, html) - [X] tic-tac-toe (javascript) - [ ] [tetris](https://www.youtube.com/watch?v=H2aW5V46khA) - [ ] chess engine (alpha-beta, minimax) - [ ] n-queens - [ ] [sudoku](https://www.youtube.com/watch?v=S4uRtTb8U-U) - [ ] [minesweeper](https://www.youtube.com/watch?v=AfhfAxKFP-s&list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q&index=15) - [ ] [brick breaker](https://www.youtube.com/watch?v=EmhkLLWAZ8E&list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q&index=12) - [ ] towers of hanoi - [ ] - [ ] shopping list (React) - [ ] Game Of Life (React) - [ ] Tic-Tac-Toe (React) - [ ] Ultimate Tic-Tac-Toe (React); minimax algorithm # not implemented this is potentially for aarav should he want to make these work. - [ ] pong. I want to do this in python with rl. - [ ] connect4 -> [tutorial](https://www.youtube.com/watch?v=4ARsthVnCTg&list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q&index=20)