Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cool concept! It is quite hard to figure out what to do, and the tutorial screen is hard to read. For the dragging(assuming your using unity but this trick should work on most engines), make a bool to check and store if they've been clicked, then simply set the objects position to mouse until they user clicks again instead of doing it when they take their mouse off because you can move faster than the game updates. Good job though!