0xFable
0xFable copied to clipboard
Add a solo experience (bots?)
At first, especially for the tech demo, there will be very few players. To demonstrate the tech effectively, we need a solo experience. This could come in two forms:
- Implementing a bot that will join player's games and play against them using a dummy algorithm.
- The game right now has no gameplay to speak of, so this bot need not be difficult.
- Implementing a "solo" version of the game contracts that automatically performs the bot's action.
- We can make this generic by using a bot interface that enable other bots to be written.
- Maybe the main contract should be modified so that it supports both dual-players and bot modes?
Would strongly prefer the first version, since it's a lot easier to build without interfering with the game's architecture.
May I take care of this?
Can I tackle this one?
Would love to contribute here , given my experience as a FullStack developer and also a blockchain developer working in the L1 space for over a year.
I'd like to take this issue.
Can I take this issue?
Hi, I’ll implement a bot for the tech demo that can either join the player’s game using a dummy algorithm or play in "solo" mode with automated actions. I’ll create a flexible bot interface and modify the smart contract in Solidity to support both dual-player and bot modes. JavaScript will be used for bot AI and game interaction.
Is this issue still available?