# Web Games and Simulations
This is a collection of web-based projects made with HTML, CSS, and JavaScript. It includes interactive games and physics simulations, with many being early experiments from high school while I was teaching myself to program.
The games and simulations can be explored using the links below. Check out the repository to see the code: [GitHub Repository](https://github.com/aydencook03/aydencook03.github.io/)
### Games
- [Snake](https://html.aydencook.com/games/snake/)
- [Brickbreaker](https://html.aydencook.com/games/brickbreaker/)
- [Space Defender (9th Grade)](https://html.aydencook.com/games/space_defender.html)
- [Flappy Circle (9th Grade)](https://html.aydencook.com/games/flappy_circle.html)
- [Platformer Experiment (9th Grade)](https://html.aydencook.com/games/platformer.html)
- [World (9th Grade)](https://html.aydencook.com/games/world.html)
### Simulations
- [N-Body](https://html.aydencook.com/simulations/n_body.html)
- [Fourier Epicycles](https://html.aydencook.com/simulations/epicycles.html)
- [Ray-Casting](https://html.aydencook.com/simulations/raycasting.html)
- [Pendulum](https://html.aydencook.com/simulations/pendulum.html)
- [Game of Life](https://html.aydencook.com/simulations/game_of_life.html)
- [Orbits (10th Grade)](https://html.aydencook.com/simulations/orbits.html)
- [Spring Pendulum](https://html.aydencook.com/simulations/spring_pendulum.html)