i havent tried yet, but i kinda want to make a platformer or top down with this
You may be interested in the "path" module and the included Follower contraption in terms of top-down games http://beyondloom.com/decker/path.html
In terms of platformers, it's a bit tricker because of how controls work on Decker (essentially since it's designed to be compatible with mobile devices we can't read keyboards directly) but this post from Internet Janitor has some thoughts https://itch.io/post/10102065
There is an example of overriding the navigation events to capture arrow keys and use them for movement with the sokoban example deck http://beyondloom.com/decker/goofs/sokoban.html