Commit Graph

4 Commits

Author SHA1 Message Date
Railtrack Pro Dev 47e1e64b8c feat: add train driving system with 3D model and controls
Railtrack Pro Tests / Code Quality Check (pull_request) Waiting to run
Railtrack Pro Tests / Run Test Suite (pull_request) Failing after 5m44s
Railtrack Pro Tests / Code Coverage Check (pull_request) Has been cancelled
- Added Train and TrainController classes in train.js
- Created TrainRenderer for Three.js visualization
- Integrated train controls into game.js
- Updated index.html with train UI controls
- Added train control styles to css/styles.css
- Created test file for train module
- Train can accelerate, brake, reverse and stop
- Keyboard controls: W/↑ accelerate, S/↓ brake, R/D reverse, SPACE stop
2026-03-13 14:48:50 +00:00
Railtrack Pro Dev 2bf917f449 feat: add .gitignore file
Railtrack Pro Tests / Run Test Suite (push) Failing after 5m46s
Railtrack Pro Tests / Code Quality Check (push) Failing after 4m46s
Railtrack Pro Tests / Code Coverage Check (push) Failing after 4m43s
2026-03-13 14:35:19 +00:00
Railtrack Pro Dev ef49717683 ci: add CI/CD workflows 2026-03-13 14:34:24 +00:00
Railtrack Pro Dev 40500bb503 feat: initial commit of Railtrack Pro prototype with complete test suite 2026-03-13 14:26:16 +00:00