CarGrid is a simulation of a car driving on a 5x5 grid created using JavaScript. The car is randomly selecting the direction it goes and does not collide with the wall.
To run the simulation open the index.html file.
The grid size can be expanded by modifying the following line in main.js file.
simulation = new Simulation(5,5,150);