https://github.com/ivanceras/mining-game
A mini mining game
https://github.com/ivanceras/mining-game
Last synced: 10 months ago
JSON representation
A mini mining game
- Host: GitHub
- URL: https://github.com/ivanceras/mining-game
- Owner: ivanceras
- Created: 2022-02-13T14:13:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T15:33:13.000Z (almost 4 years ago)
- Last Synced: 2024-05-23T01:33:04.713Z (over 1 year ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini mining game
## Run
```
cargo run --release
```
## Controls
Hold right click to camera look
- W - move forward
- S - move backward
- A - move left
- D - move right
- Q - move down
- E - move up
- SHIFT + Click - shoot projectile at mouse location
- M - change camera view to MOBA style camera
- F - change camera view to FPS
## Moving the inverse kinematics arm
- Click - to select the hand (The last box of the kinematics set-up)
- ALT + Click - to move the hand around the 3D space.
- X / SHIFT + X - to move the hand around X axis
- Y / SHIFT + Y - to move the hand around Y axis
- Z / SHIFT + Z - to move the hand around Z axis
- R - reset the hand position
- do the reset if the IK errored, won't move anymore.