twgame

Crates.iotwgame
lib.rstwgame
version0.7.0
sourcesrc
created_at2024-05-19 20:54:15.364729
updated_at2024-11-05 18:39:03.046753
descriptionDDNet physics implementation
homepage
repositoryhttps://gitlab.com/ddnet-rs/twgame
max_upload_size
id1245206
size298,180
(Zwelf)

documentation

https://docs.rs/twgame

README

TwGame

This crate reimplements the DDNet physics in Rust.

  • spawn
  • collision
  • movement
  • jump
    • jump count setter
    • wall jump
    • double jump refresher
  • hook
    • old hookthrough
    • hookthrough
    • directional hookthrough
  • freeze
    • deep freeze
    • freeze heart
    • live freeze
  • hammer
  • weapon switch
  • collectable weapons
    • shotgun
    • grenade
    • laser
    • ninja
  • shields (removing weapons)
  • solo
  • power ups
    • endless hook
    • weapons off
    • collision off
    • infinite jumps
    • jetpack
    • hook off
  • start/finish
  • checkpoints
  • teams
    • switching teams
    • /lock
    • unlock block
    • join team0 on finish
  • swap
  • ignoring practice
  • save/load
  • chat command /kill
  • teleporter
    • checkpoints
    • hook teleporter
    • weapon teleporter
  • telegun gun/grenade/laser
  • stopper
  • config variables
  • tune zones
  • switch layer
    • static freezing laser
    • rotating freezing laser
    • laser length changer
    • explosion turrents
    • moving bullets
    • dragger
    • doors
  • speedup layer
  • entity speeder
  • /spec and /pause
  • Spectator mode
  • ...
Commit count: 996

cargo fmt