https://github.com/TomWHall/babylon-js-platformer
A 3D platform game demo using Babylon.js and React
https://github.com/TomWHall/babylon-js-platformer
Last synced: about 1 month ago
JSON representation
A 3D platform game demo using Babylon.js and React
- Host: GitHub
- URL: https://github.com/TomWHall/babylon-js-platformer
- Owner: TomWHall
- Created: 2022-10-12T06:47:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T06:48:52.000Z (over 2 years ago)
- Last Synced: 2024-11-05T09:43:45.605Z (6 months ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-babylonjs - Roblox meets film noir - A 3D platform game demo using Babylon.js and React. ([demo](https://tomwhall.github.io/babylon-js-platformer/)) (Projects)
README
# Babylon.js 3D platformer demo
A 3D platform game demo using Babylon.js and React

Written in TypeScript, bundled with Webpack.
[Play online](https://tomwhall.github.io/babylon-js-platformer/)
## Build
* If not installed, install [Node.js](https://nodejs.org/)
* Install NPM packages:
```
npm install
```
* To build in release mode:
```
release.cmd
```
* To build in dev mode with file watch:
```
dev.cmd
```Files are output to /build