Skip to content

chipflask/twodina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.