Welcome to the Car simulator made with Java
When running the application main in App.java the execution order will be:
This is inputted with two integers separated with a space.
This is inputted with two integers and one letter separated with spaces. The letter can be N, S, W or E.
This is inputted with all commands in series. Available commands are F, B, L or R.
And then it should run the simulation to see if the car can run without hitting any walls. Sample input: 86 23N FFFRFFLBB
The workspace contains two folders by default, where:
src: the folder to maintain sourceslib: the folder to maintain dependencies