Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

needs a platformer + top down adventure game mode

A topic by Elementiumite created Aug 26, 2024 Views: 195 Replies: 3
Viewing posts 1 to 2
(1 edit)

i havent tried yet, but i kinda want to make a platformer or top down with this

(+2)

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

so uhh, arrow key compatibles maybe? uhh janitor can you add keyboard compatibility and movement

(+2)

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