BucknellMARC / MicroMouse-Sim

OpenGL simulator for the MicroMouse competition
MIT License
2 stars 1 forks source link

Port code to C #5

Closed DepthDeluxe closed 10 years ago

DepthDeluxe commented 10 years ago

Code needs to be converted to raw C to make it easier to port over to the microcontroller. I realized that my C++ organization was way too complex for this project. The part that will be put on the microcontroller should be changed and we can leave the C++ graphics (this just makes things easier)