Minesweeper.js!
Microsoft had the audacity to put ads in the Windows 10 version of Minesweeper. I've had it! My version is clean, and can be played in any browser. I find that Easy mode is the only playable option on a mobile browser. Intermediate and Expert modes definitely need a larger screen (e.g., iPad, desktop browser).
Enjoy!
2/09/2024
TicTacToe.js w/ Minimax
My son asked me to create a TicTacToe game in JavaScript. Instead of just throwing together a simple project, I used this as an opportunity to learn about the Minimax (aka Minmax) algorithm. This is basically a recursive function that looks at all possible outcomes to determine the best move for the computer AI. My son is not happy about this because it's impossible to win.
JavaScript is certainly not the best language to use this algorithm with because it can eat up memory fast. For more information about the Minimax algorithm, and how it works, can be found here.
1/14/2024
Othello.js
I created an Othello game in JavaScript! It's very early stages, but the game methods are all working great. Future updates will include a computer AI, and a scoreboard.
Update 01/16/24: I need to get better about my Git commit comments. Those aforementioned features have been built. The AI is basic, in the future I'll integrate the Minimax algorithm.
10/18/2023
Flappy Bird in JavaScript!
My first JavaScript game project! I learned a lot during the development of this game. Head over to the Code page to check out the latest Flappy Bird clone update!
6/26/2023
Gozerxp.com is online!
YESSSSSSS
5/24/2023