Skip to content

Devoxx4KidsDE/PokeTime

 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%