Allows Rules to be run with Board? #7
Replies: 4 comments 1 reply
-
Currently isn't possible, but I agree I wish to be able to run a game locally (example my snake v1 against my snake v2 to compare them) and see the game with the board. |
Beta Was this translation helpful? Give feedback.
-
Hey @mamamia5x 👋 Just wanted to reply to this to bump it up on the list in case anyone else might be interested in the enhancement. |
Beta Was this translation helpful? Give feedback.
-
Previous engine versions were available that did this, they ran a local version of the engine and had a board viewer for testing. I really miss it but I understand why it was necessary to close parts of the engine. The board viewer is available and is open source, but it does seem rather coupled to the engine websocket interface, so it may be possible to do this but it's not straightforward. |
Beta Was this translation helpful? Give feedback.
-
I've implemented a basic websocket server that can be used to view a game with a local instance of the board viewer. The code is in a fork of the CLI here: https://github.com/eferri/rules . Would there be interest in merging this in? I've only tested the |
Beta Was this translation helpful? Give feedback.
-
It would be cool to have the CLI to be run within board.
Could there be any implementation of this? Could someone have board and then create a game via the CLI and then have the board output the game?
Beta Was this translation helpful? Give feedback.
All reactions