Tag: computer-science
All the articles with the tag "computer-science".
-
Traffic Intersection Simulator
An interactive traffic intersection simulator built with React and Astro Islands. Includes a comparison of two approaches: a classic logic-based simulation and a 2D grid-based simulation.
-
Interactive Maze Generator (Rectangular & Circular, Multiple Algorithms)
Try out an interactive maze generator with a wide range of algorithms and maze types, inspired by razimantv's C++ project. Generate and explore mazes right in your browser!
-
Interactive Game of Life
A quick, interactive React demo of Conway's Game of Life. Try it out!