This project is my love letter to gaming. The games are a collection of games created following tutorials, inspired by other projects, or straight out of my imagination. The core of the site is built with Astro, and the games are written in different flavors of JavaScript. All the styling is straight CSS. I hope you enjoy playing!
- Snake: The classic phone game. Move a growing snake around the screen to collect food. Don't hit yourself!
- JS flavor: vanilla
- Built on my own, with inspiration from Wes Bos' Beginner JavaScript Etch-a-Sketch project
- Code Breaker: Guess the numbers to break the code!
- JS flavor: vanilla
- Built following a CodeSchool project
- Wordle: Guess the word in 6 guesses!
- JS flavor: React
- Built following Josh Comeau's Joy of React course
- Picross: Create pixel images by completing the puzzle.
- Tic Tac Toe: Can you connect three Xs or Os in a row?
- Block Breaker: Bounce a ball off a paddle and break bricks!
- ???