issues
search
iivchenko
/
tower-defense-sandbox
Yet another project to learn game development and functional paradigm.
MIT License
1
stars
0
forks
source link
Add turrets to the grid with mouse
#15
Closed
iivchenko
closed
4 years ago
iivchenko
commented
4 years ago
Enable mouse
By left click add turret
Calculate a cell where to add new turret
Check if it is not occupied by other element
Add turret
iivchenko
commented
4 years ago
yep done