So I was able to get everything working correctly earlier today, but noticed that after the game finished there is something wrong with the number of tokens that get minted. After playing the game and getting a score of 46, you can see that 0.000000000000000000046 tokens are minted.
I suspect the issue is that because I’m using a newer version of OpenZeppelin wherein the number of decimals is set automatically to 18, while Filip manually set his number of decimals to zero.
Is it possible to redeploy contracts to the Ropsten network, much like we did in our local truffle server? I figure I could redeploy and set the number of decimals in the ERC20.sol file to zero.