Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 489 Bytes

A 2D game built with bevy.

Usage

Run it with the following:

cargo run --release

When developing, use this to dynamically link with bevy for faster builds:

cargo run --features bevy/dynamic

Controls

Gamepads and keyboard are supported.

  • Player 1: WASD keys to move, left shift to walk
  • Player 2: Arrow keys to move, right shift to walk
  • Escape to exit

Building

Build a release:

./build_release

Output will be twodina.zip.