A 3D train game built with React, TypeScript, and Babylon.js. Build some tracks in the editor, then test your level.
- Node.js (v16 or higher)
- Clone the repository:
git clone https://github.com/yourusername/morning-commute.git
cd morning-commute- Install dependencies:
yarn installTo start the development server:
yarn devThe application will be available at http://localhost:5173
To create a production build:
yarn buildThe built files will be in the dist directory.
- W/S: Select train
- A/D: Switch tracks
- Mouse: Look around
- React
- TypeScript
- Babylon.js
- Vite
- Simplex Noise (for terrain generation)