NightsWatchGames
jump-jump
Rust

3D wechat jump-jump game made with bevy engine.

Last updated Feb 9, 2026
65
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
8
Language breakdown
No language data available.
Files click to expand
README

English

jump-jump 微信跳一跳游戏

  • [x] 角色跳跃动画
  • [x] 角色和平台蓄力效果
  • [x] 角色蓄力粒子特效
  • [x] 角色摔落效果
  • [x] 相机跟随
  • [x] 自动生成平台
  • [x] 飘分效果
  • [x] 分数统计
  • [x] 游戏UI
  • [x] 游戏音效
  • [x] WASM支持
在线游玩:点这里(电脑版Chrome/Firefox/Edge打开)

运行

  • 本地运行
cargo run
  • WASM运行
rustup target install wasm32-unknown-unknown
cargo install wasm-server-runner
cargo run --target wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/jump-jump.wasm

游戏展示

视频演示:B站

main menu game playing game over

参考

  • https://github.com/yaoshanliang/weapp-jump
  • https://github.com/wswei99/tiaoyitiao
  • https://github.com/potato47/jump
🔗 More in this category

© 2026 GitRepoTrend · NightsWatchGames/jump-jump · Updated daily from GitHub