Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 682 Bytes

racetrack

  • another take on turn based racing
  • bezier racetrack aka formulky, from scratch
  • deployed at formulky.cz

Changelog

2020/10/10

  • naive A-star like AI bots with limited look-ahead and precision
  • grid configuration e.g. ?players=111111101H
    • 0 Empty
    • 1 AI (bot)
    • H Human (player)

2019

  • new features as opposed to hraj.si/formulky
    • mid-track collision avoidance (objective function optimization thanks to optimization-js)
    • off-track driving allowed - impacts control circle radius