HelheimLabs / autochessia

Fully on-chain auto chess, built with MUD
https://dev.autochessia.xyz
GNU Affero General Public License v3.0
21 stars 14 forks source link

Proposal:Ideas for v2 iteration #193

Open aLIEzsss4 opened 10 months ago

aLIEzsss4 commented 10 months ago

Goal: Provide a more standardized open source auto chess game example

Client:

  1. Add Phaser game engine to enhance in-game battle animations
  2. Implement PWA support for mobile accessibility
  3. Reduce React hooks usage for cleaner code
  4. Fix bug causing failures after multiple transactions

Contract:

  1. Refactor PVE and PVP logic to be more modular
  2. Reduce system dependency
  3. Use structs to update data more securely
  4. Add skill mechanism
  5. Display damage amounts
  6. Implement opening costs and bonus rewards to enrich gameplay

Overall to optimize gameplay, code quality and extensibility.