Developer   Tutorials   Moscrif emulation   Build your Moscrif d ...

Build your Moscrif desktop application

This article shows how to make your project running as stand alone application on the Windows or MacOs Platform. If your project is running as independent stand alone program you can make a nice presentation or show your friends game what you wrote in Moscrif on any desktop machine.

Windows platform

1. Create a folder with name of your project
2. Copy contains of the framework folder from Moscrif SDK into created folder
3. Copy moscrif.exe from Moscrif SDK into created folder.
4. Copy your project from your workspace into created folder.
5. Copy project file .app file into created folder.

When you execute moscrif.exe your project should be running. You can zip this folder and sent it over to your friend.

Download snake demo and try to play the game. 

 

MacOS platform

1. Create a folder with name of your project
2. Copy contains of the framework folder from Moscrif SDK into created folder
3. Copy moscrif.app from /Applications/MoscrifIDE.app/Contents/Resources/ into created folder.
4. Copy your project from your workspace into created folder.
5. Copy project file .app file into created folder.

When you execute moscrif.app your project should be running. You can zip this folder and sent it over to your friend.

Download snake demo and try to play the game.

 Emulation in MacOS P ...   Build your Moscrif d ...