8cw / students-vs-teachers

A game about students fighting teachers
0 stars 0 forks source link

Create Tower System #11

Closed 8cw closed 3 years ago

8cw commented 3 years ago

https://user-images.githubusercontent.com/54337835/127981541-483aae7e-fd71-4186-8701-466d9a1e9e28.mp4

Tower placement is mostly done.

8cw commented 3 years ago

Tower placement is now complete, however the users had some critical key feedback that would make the system much more intuitive and integrated with my game. Users were confused as to the cost and range of a tower, so adding a tooltip when hovering over the tower at the bottom displaying the cost, and a range circle when dragging the tower around would resolve this confusion. Sound effects could be used to make my game more engaging when placing, and a dragging system so that they did not have to click, but were rather able to drag and place the tower. Some users tried to place a tower on the path, and were confused when they couldn't. If I added a feature where they were visually told it is an illegal move (through making it a red box), then it would be solve this confusion.

Users were otherwise satisfies with the actual placement, found that it was smooth and fast.