Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 705 Bytes

Gamercade Gamepad Test

A Gamercade Console game. Learn more at Gamercade.

A test for controller support.

Gamepad

Pressing buttons or moving analog sticks will adjust what is displayed on the screen.

How to Run

Download gamepad.gcrom and run it in the Gamercade Console.

Building from Source

  1. Clone the project and build it via cargo build
  2. The .wasm file will be output to /target/wasm32-unknown-unknown/debug.
  3. Follow the steps at on the gamercade_console readme.