A shoot'em up built with tinygo for the pygamer
Maybe a good template to learn tinygo with microcontrollers.
Install tinygo >= 0.22.0.
Connect your pygamer to a USB port.
git clone git@github.com:jypelle/xship.git
cd xship
go get -u tinygo.org/x/drivers
make install
Enjoy!
If you have updated game asset:
Install go >= 1.17
make asset
make install