×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
Разработка игр | для телефонов на Unity, MonoGame | для браузера Google Chrome на JavaScript, HTML | рисуем графику
→
Моя игра "Animal Go". Технологии: C#, MonoGame, Windows, Android, iOS
→
How to compile and run the game "Animal Go" for the system iOS | C#, MonoGame
Looked at
5351
times
How to compile and run the game "Animal Go" for the system iOS | C#, MonoGame
last updated: 22 September 2023
Step 1.
Install Visual Studio for Mac
Open the link:
https://visualstudio.microsoft.com/vs/mac/
Set
Visual Studio
to
Mac
:
Step 2.
Install MonoGame extension for Visual Studio for Mac
Download the
MonoGame
extension from the link:
https://github.com/MonoGame/MonoGame/releases/tag/v3.8.1
The file is downloaded.
We will install this file in
Visual Studio
like this:
In the menu, click on
Visual Studio
, and then click on the
Extensions
:
Click on
Install from file
and select the downloaded
MonoGame
file:
Click on the
Install
button:
Read more:
docs.monogame.net/articles/getting_started/ ...
Step 3.
Download the game from GitHub.com
Open the link in
Google Chrome
:
https://github.com/EvgenProjects/MyGame_AnimalGo_MonoGameCSharp
Click on
Code
and download the code
Step 4.
Open a project in Visual Studio
In
Visual Studio
open the file
MyGame_AnimalGo_MonoGame.sln
Step 5.
Run the iOS project for the system iOS
← Previous topic
How to compile and run the game "Animal Go" on your phone or in emulator mode Android on your computer (Windows) | C#, MonoGame
Next topic →
Какую рисовать картинку для 2D игры: растровую картинку png по точкам или векторную картинку svg по линиям?
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
Моя разработка игр на HTML, Javascript, Typescript
•
Пишем игру используя HTML, JavaScript, TypeScript в Visual Studio Code. Я создал несколько ts файлов. Поэтому использую Webpack (собирает все файлы в один js)
•
Анимация человечка на месте. Используем HTML элемент <div>. Для анимации используем CSS стили: "animation", "background-image", "background-position", "keyframes"
•
Анимация человечка в движении (sprite). Используем HTML элементы <div>, <img>. Для анимации используем CSS стили: "animation", "background-image", "background-position", "keyframes"
•
My Game "Wizard World" | HTML, JavaScript
•
Habr story [kavichka]Network game in HTML, CSS and JavaScript[kavichka] (nodejs, socket.io for the web, HTML canvas for graphics, game maps in js are set)
•
Habr story [kavichka]Network game Tanks in HTML, JavaScript[kavichka] (nodejs, socket.io for the web, PixiJs library for graphics)
Моя игра "Animal Go". Технологии: C#, MonoGame, Windows, Android, iOS
•
My game is "Animal Go". How to play. Description | The game is written in C# using MonoGame (runs on platforms: Windows, Android, iOS)
•
How do I write a game "Animal Go" on a computer Windows. I compile, get the exe file and run it | C#, MonoGame
•
How to compile and run the game "Animal Go" on your phone or in emulator mode Android on your computer (Windows) | C#, MonoGame
•
How to compile and run the game "Animal Go" for the system iOS | C#, MonoGame
Создание графики, анимации для 2D игры
•
Какую рисовать картинку для 2D игры: растровую картинку png по точкам или векторную картинку svg по линиям?
•
2D анимация для игры
Ваши вопросы присылайте по почте:
info@dir.by