Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 570 Bytes

controlGame

Automatic control web game

Description

A web game demonstrating basic control engineering principles. User can design a controller and test it. For better understanding the controller function, user can compete with various controllers using e.g. mouse move as an input to the controlled system. One task (inverted pendulum) and PID controller are available at this time at: https://cvut-fs-12110.github.io/controlGame/.

For developers

If you want to run this app locally, you need to serve app's folder via http server due to CORS policy.