Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Môsi

A tiny game editor you can use on your phone or in your browser · By sg

Fork: on-update scripts and other cool features

A topic by Sarturo created Apr 03, 2020 Views: 376 Replies: 3
Viewing posts 1 to 3
(4 edits) (+1)

Hi mosi community! I've developed the following features that could be integrated into mosi:

  • on-update scripts: This script runs after every move of the player.
  • {check-tile [room: optional room name] [x] [y]} expression: Returns the name of the sprite located at x and y position. Return an empty string if there is no sprite at x and y position.
  • Display tile coordinates on the room grid: Moving the mouse or clicking (or tapping on the screen) will show the position (x and y) of the tile in the room grid.

You can test these features on my fork: https://solivo.github.io/mosi/
The following game was made with the fork's features: https://sarturo.itch.io/volunteer-heart

Any feedback will be appreciate :) 

Developer(+1)

Really cool! Awesome job! I'll have to take a look soon :)

(+1)

By the way! I solved the issue of controlling the games using Itch.io's Fullscreen mode :D I made the following pull request https://github.com/zenzoa/mosi/pull/36

(1 edit)

Hi môsi users! I've updated my game, Volunteer Heart, It was made with the fork features, any feedback will be appreciated!