Prototype Progress 2022/03/25


Week 9

Current Version Play Through Video:

===========================================

Done List:

  • Add Two Treasure: Gold_Piece and Gold_AddUp
    • Gold_Piece: Add Gold once
    • Gold_AddUp: Gold Add Speed ⬆
  • Adjust the Tutorial Level and Stat to guide the exploration part of the game
    • Place 2 types of treasure
    • Place some extra enemies
  • Add Wave System for the EnemyPortal
    • Known Bug: Spawn Time incorrect
  • Refine the PathFinding
    • Using the in-development navmesh surface to build the navmesh in runtime:
      • Solve the Bug of Enemy may go outside of the map due to the pre-built navmesh being too big
    • Adjust the Block Behavior
      • Solve the Bug that Block will make the enemy go to a not-walkable path
      • Known Bug: the enemy will pass through the Block directly and damage the block, need to stop them moving

===========================================

Playtest Feedback:

  • Lack of Guideline
  • Not Clear about what to do
  • Viewport too small
  • Not intuitive control of the camera
    • Solution: Add Middle-Mouse Key Dragging Soon
  • Lack of Trap Detail: How can I know if the trap is ready?
  • Lack of Treasure Description
  • Should be aware of In-Game Progress, what is a success, when will end?
  • Enemy's HP bar higher than Fog of War in the unknown area
    • Solution: Need to pause the enemy in the not-connected area
  • Weak Feel of RTS & Weak Feel of TD

===========================================

Todo List(In Order): 

  • Add the Progress System, Win & Loss UI
  • Quick Solve some small bugs
    • UI & Fog of War
    • Camera Movement
    • Stop Enemy when should attacking Block
    • Spawn Time
  • Discover what is the 'fun'
    • How to make sure players will explore the unknown area & fog of war?
      • Not enough excitement right now
  • Trap Detail UI
  • Level Edit is too complex now: too many magic numbers, how to solve this?
    • There will be more enemies & treasures in the inial map, 0-9 is not enough, 
    • Also, need to maintain the readability of the map
  • .......

===========================================

Done List Detail:

Current Level Edit:

-----------------------------------------------------

Little Guide about "Exploration": Destroy Rock to buy you more time


-----------------------------------------------------

Current Wave Edit:

-----------------------------------------------------

Block Behavior:

Files

stoneworld_test20220325.zip Play in browser
Mar 25, 2022

Leave a comment

Log in with itch.io to leave a comment.