Implemented back and forth game play between two players.
Bit Flipping and tunnel creation works.
Tunnel destruction works.
There is a graphical bug on the current player (the player who's turn it is) which I will open an issue for, the graphic fixes itself when the turn ends.
Also included the lodash library. Its a helper library with some very useful javascript functions. You can find how we implement it in the code and here is the documentation https://lodash.com/
Implemented back and forth game play between two players.
Bit Flipping and tunnel creation works.
Tunnel destruction works.
There is a graphical bug on the current player (the player who's turn it is) which I will open an issue for, the graphic fixes itself when the turn ends.
Also included the lodash library. Its a helper library with some very useful javascript functions. You can find how we implement it in the code and here is the documentation https://lodash.com/