rynorris / goBrains

Real-time neural network controlled creatures. Implemented in go.
MIT License
11 stars 3 forks source link

goBrains should be able to run headless, without SDL installed. #9

Closed rynorris closed 10 years ago

rynorris commented 10 years ago

Thus allowing you to run on a server without a screen for example. Saving/loading of state should be implemented first, since this is rather pointless without it.

rynorris commented 10 years ago

This is now done and merged to master. You can run headless with the --headless flag.

Saving/Loading still need doing.