Skip to content

Releases: tenbergen/anki-drive-java

Improvements to RoadmapScanner and added missing Track pieces

16 Jun 19:45

Choose a tag to compare

  • added JumpRoadpiece
  • added LandingRoadpiece
  • RoadmapScanner no longer moves the car (user must order car to move)
  • improvements to Roadmap:
    -- add() now includes failure robustness (in case an unknown roadpiece occurs)
    -- new normalize() method makes first Roadpiece the StartRoadpiece, regardless of where scanning began
    -- new deNormalize() restores originally scanned track order
    -- new reverse() method reverses the order of scanned (or normalized) Roadmap (second call to reverse() restores the original)
    -- facility to report length of Roadmap with getLength()
    -- facility to compare two Roadmaps with equals()
    -- facility to print Roadmap on Standard Out as a string with toString()
    -- facility to load and save Roadmaps to/form file

Added Vehicle IDs and improved test program robustness

09 May 22:56

Choose a tag to compare

This release fixes some Jitpack deployment issues for dependent projects and adds/corrects Vehicle IDs. It improves the AnkiConnectionTest program with illustrations how to use the API. It also adds some robustness to AnkiConnectionTest.

AnkiConnector now available to dependent projects

07 Oct 15:31

Choose a tag to compare

We've explosed the AnkiConnector so dependent projects can use it.

Added new Fast & Furious Edition Models

31 Mar 15:40

Choose a tag to compare

Added some new models, including Fast & Furious Edition vehicles and made some minor adjustments to model IDs and color information. Added support for unknown models in Vehicle.getColor().

Added support for FourWayStop handling for CSC436 Intersection semester project.

Added Test Program

09 Feb 18:37

Choose a tag to compare

Added a test program to show basic functionality.

Added new Models

20 Sep 11:18

Choose a tag to compare

Added new Models (Freewheel and X52Ice Supertrucks) as well as minor tweaks. Otherwise the same as adessoAG/anki-drive-java v0.1.0