I'm thinking about creating a shell script that the user can optionally use, that will execute the game, but before it will assign all the parameters to be attached to the C++ program, possibly configuring a deterministic seed, maybe regulating the sound, using full terminal mode, removing colour, adding debugging values, etc...
e.g:
tetris.sh -sound off \
-seed 123456789 \
-board 10x10 \
-color off \
-tetriminos all \
-debug on \
-fallingSpeed 0.4 \
-softDropSpeed 0.1 \
-fps 15
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #5 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @itssimmons (replace 20 with the amount, and @itssimmons with the user to tip).
📖 If you want to learn more, check out our documentation.
I'm thinking about creating a shell script that the user can optionally use, that will execute the game, but before it will assign all the parameters to be attached to the C++ program, possibly configuring a deterministic seed, maybe regulating the sound, using full terminal mode, removing colour, adding debugging values, etc...
e.g:
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #5either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @itssimmons(replace20with the amount, and@itssimmonswith the user to tip).📖 If you want to learn more, check out our documentation.