/picosystem-rs

Unofficial Rust SDK for the Pimoroni PicoSystem

Primary LanguageRustApache License 2.0Apache-2.0

picosystem-rs

This repository contains a Rust SDK for the PicoSystem handheld game console and a several games built with it.

All the included games are compiled into a single UF2 binary that boots into a menu screen. You can also use this SDK to create standalone games.

Compiling and Running

Install the required toolchain:

rustup target add thumbv6m-none-eabi
cargo install elf2uf2-rs flip-link

Put the PicoSystem into USB boot mode, mount the drive, then:

cargo run --release

Demo Games

  • Maze
  • Draw
  • Life
  • Tanks
  • Hangman
  • Invaders
  • Blob

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Acknowledgements