seo-rii / loq2

KAIST-POSTECH Science War AI python standard library v2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there no way to add a wall or remove a wall on the board?

idearendil opened this issue · comments

If I want to change the state of the game board, is there really no way except ACTION?
I wish there are some functions which allows us to control the state of board,
or something like game.st.st array in loq0, which we can edit the board state easily.

You may use native method(ctype binding), but it's not recommended.
I'll add method that applies action without verification.