-
Notifications
You must be signed in to change notification settings - Fork 0
/
to_do.todos
26 lines (26 loc) · 1005 Bytes
/
to_do.todos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
BoxCar:
- Main
- Add Space to main. @done
- Add car to main. @done
- BoxCar
- Create car shape. @done
- Create car wheels with joints. @done
- Refactor the car to have chassis class and wheel class. @done
- Create car visuals. @done
- Fix issue with car and terrain collision. @done
- Fix PivotJoint issue. (Add it to space, realized it later). @done
- Fix Chassis issue. @done
- Implement lifespan. @done
- Delete car if dead. @done
- Improve UI of car, give different colours. @done
- Terrain
- Create inital terrain. @done
- Add variable height. @done
- Make it adjustable. @done
- Genetic Algorithm
- Add checkpoints for fitness. @done
- Fix issues with new generation. @done
- Graphing
- For current run, give info of best car. @done
- Give info for best car of each run. @done
- Plot score after each generation. @done