Which token standard should I use?

I want to make a game. There will be only one NFT item in the game and this item can be traded with my own cryptocurrency.

I have not yet created a smart contract for token and nft. The first thing that came to my mind was to use the erc20 and erc721 standards. but it is not what I want due to mint and transfer restrictions in erc721. Footnote: All of these nfts will have the same features.

Thank you very much in advance for the support.

Hey ! @Daum_amReis You can overwrite mint and transfer logic, following the ERC20 and ERC721 standard

What restrictions do you mean? You can create an ERC20 or an ERC721 with whatever minting logic you want.