Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 799 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 799 Bytes

PokeTime

Workshop built using JavaFX and the very finest retro 8-bit graphics for teaching kids programming.

See PokeTimePraesentation.pdf for instructions on the project.

Build

Currently PokeTime is built with OpenJDK 11 (depending on OpenJFX) and a recent Maven version.

Build with

./mvnw package

Run

PokeTime can be run as a standalone fat-jar. However, the pi4j integration needs some environment variables to work properly on a Raspberry Pi 2b, so we included them in a start script:

./start

For simplicity the build command is included in the start script.

Parts

These parts were used for our setup:

Raspberry Pi 3
TSL2561
ADXL345
Pi Breakout Board

Breadboard
Connectors

Happy hacking!