Objektorientierte Systeme (Sommersemester 2025) - FH Münster
- Lars Kemper
- Dennis Höllmann
- Tom Steinbach
- Floriane Monga
This repository's contents are divided across the following primary sections:
/assets
contains all assets used in the project./lib
contains all libraries used/needed in the project./out
contains all output files generated by the project./scripts
contains all scripts used in the project for building and formatting./src
contains all source code files for the project.
nxt
lejos library for the NXT brick.checkstyle
checkstyle library for Java.
Core | States Pattern |
---|---|
Sequence | States |
---|---|
Build the project without uploading to the NXT brick:
$ ./scripts/build.sh
Build the project with uploading to the NXT brick:
$ ./scripts/build.sh --upload