summaryrefslogtreecommitdiff
path: root/train.cpp
AgeCommit message (Collapse)Author
2022-01-29refactor: adjust the project infra. (#1)Jun Zhang
* refactor: adjust the project infra. This patch adds cmake build system to the project, and adjust infrastructure stuff. Signed-off-by: Jun Zhang <jun@junz.org> * fix: remove compiler flags that only exist in GCC. Signed-off-by: Jun Zhang <jun@junz.org>
2022-01-25Implement simple train carcflip
For now, the car just exists at a certain tile and has a 'progress' timer until it moves to the next track tile.