space-truckers icon indicating copy to clipboard operation
space-truckers copied to clipboard

A game of getting stuff from Point A to Point B... IN SPAAAACCE!

Results 22 space-truckers issues
Sort by recently updated
recently updated
newest added

Here's the [migration](https://doc.babylonjs.com/features/featuresDeepDive/physics/migrate) docs. I don't see there being too many issues with this!

enhancement
physics-engine

Latest versions of the two packages are at least 1 full major version advanced from current. Update the project to use the latest versions of `webpack-cli` and `workbox-webpack-plugin` and test...

**Describe the bug** Despite log messages indicating the loading screen is being shown/hidden, the screen is never rendered. It can clearly be seen underneath the Driving screen when that screen...

bug
application

The input control system defines action methods that are mapped to functions defined in a particular screen, e.g. `MOVE_LEFT(state, amt)`. The code currently does not read the passed in `amt`...

enhancement
inputs-and-controls

The code that reads pointer events was originally written to use pointer down and up events to perform the same tasks as the PointerTap event. This is because there needs...

inputs-and-controls

- [ ] Clicking the About button should display a new submenu - [ ] submenu should contain a list of contributors to this repository - [ ] (opt.) pull...

enhancement
good first issue
menus

Fixed the generator for chapter 4. Those bugs are fixed in Chapter 5, but the book reader sees it at chapter 4 first, and the code in the book is...

The initial velocity of the cargo unit with respect to the origin planet is zero (as well as zero in terms of world velocity). Scenario: The cargoUnit is launched at...

bug
route-planning
physics-engine

When cargo get destroyed in route planning a sound effect should play. Depends on #116

enhancement
route-planning
sounds-and-music

When the Route Planning cargo simulation meets catastrophic failure, players should see an explosion type animation. Could be billboard sprites due to potential camera distance from impact point

enhancement
route-planning
gui