Skip to content

rlane/picosystem-rs

Repository files navigation

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

About

Unofficial Rust SDK for the Pimoroni PicoSystem

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages