solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
399 stars 135 forks source link

Tictactoe tutorial (edits made) #201

Closed lostintime101 closed 3 months ago

lostintime101 commented 3 months ago

Put in a new PR as Github wasn't playing nicely. All suggested changes have been made except for keeping

const player1 = pg.wallet.publicKey; const player2 = pg.wallet.publicKey;

feel it's easier just to keep it this way

lostintime101 commented 3 months ago

I can just about get it to run locally. Works as intended now except the for the thumbnail images.

running

Quite painful, it keeps crashing (see error pic). I can't test build/deploy on local version, but I have built and tested the program previously on production. error

lostintime101 commented 3 months ago

Okay, i think we're good.

Very likely a memory issue. Have uninstalled local Docker for now, should help