All Projects → tzachshabtay → MonoAGS

tzachshabtay / MonoAGS

Licence: Artistic-2.0 license
AGS (Adventure Game Studio) reimagined in Mono

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MonoAGS

hasura-node-monolith-example
Example of a monolithic web application using Hasura GraphQL Engine + Node.js + Next.js
Stars: ✭ 25 (-3.85%)
Mutual labels:  mono
ClamAV.Managed
ClamAV bindings for the .NET Framework, Mono and PowerShell. ClamAV.Managed is a library written in C# for the .NET Framework and Mono, providing managed bindings for the libclamav interface. It includes ClamAV.Managed.PowerShell, a set of PowerShell cmdlets for ClamAV scanning. It comes with sample code for building a GUI virus scanner applicat…
Stars: ✭ 15 (-42.31%)
Mutual labels:  mono
BlackFire
The general framework for c# developer.
Stars: ✭ 35 (+34.62%)
Mutual labels:  mono
Dot-Net-Ecosystem
Welcome to the GitHub repository of the .NET Ecosystem. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture. You can download a copy and follow along in the course.
Stars: ✭ 34 (+30.77%)
Mutual labels:  mono
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-19.23%)
Mutual labels:  mono
app-starter
Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
Stars: ✭ 75 (+188.46%)
Mutual labels:  mono
Standard.licensing
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products
Stars: ✭ 239 (+819.23%)
Mutual labels:  mono
agsutils
contains utils for AGS: game extractor, repacker, disassembler and assembler
Stars: ✭ 30 (+15.38%)
Mutual labels:  ags
LibZipSharp
A managed wrapper (and then some) around libzip (https://libzip.org/)
Stars: ✭ 28 (+7.69%)
Mutual labels:  mono
CYOAwesome
An easy-to-use html5 text adventure game engine. PLAY THE DEMO:
Stars: ✭ 24 (-7.69%)
Mutual labels:  adventure-game-engine
xharness
C# command line tool for running tests on Android / iOS / tvOS devices and simulators
Stars: ✭ 123 (+373.08%)
Mutual labels:  mono
SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
Stars: ✭ 184 (+607.69%)
Mutual labels:  mono
Mono-PWA
Monobank PWA — unofficial online web client for monobank
Stars: ✭ 24 (-7.69%)
Mutual labels:  mono
WhiteCore-Dev
WhiteCoreSim - Software to create your own virtual world
Stars: ✭ 23 (-11.54%)
Mutual labels:  mono
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 263 (+911.54%)
Mutual labels:  mono
PocoDynamo
C# .NET Typed POCO Client for AWS Dynamo DB
Stars: ✭ 39 (+50%)
Mutual labels:  mono
KodiSharp
Use Kodi python APIs in C#, and write rich addons using the .NET framework/Mono
Stars: ✭ 22 (-15.38%)
Mutual labels:  mono
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (+73.08%)
Mutual labels:  mono
uno.toolkit.ui
A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
Stars: ✭ 45 (+73.08%)
Mutual labels:  mono
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (+3.85%)
Mutual labels:  mono

MonoAGS

AGS (Adventure Game Studio) reimagined in Mono

Builds:

Windows Android Linux Mac
Windows Android Linux Mac

Code Quality:

Coverage Status CodeFactor

Compiling the code:

On Windows:

Install Visual Studio 2017 Community, make sure to install both the dot net framework workflow and the mobile workflow. Right click the solution and build.

To be able to build for Android, follow the tutorial here for setting up: https://developer.xamarin.com/guides/cross-platform/getting_started/installation/windows/#Installation You'll also need to setup your Android device for testing purposes, see here for instructions: https://developer.xamarin.com/guides/android/getting_started/installation/set_up_device_for_development/. Once you're setup, select the AndroidRelease configuration and the ARM architecture (both should be available from the drop downs at the top bar), and then you can build and run.

Please note that you will not be able to run IOS without a Mac, but if you own a Mac, it's possible to connect the Mac to the Windows machine, and run from Windows, see here for setup: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/.

To run the unit tests, please install the NUnit 2 Test Adapter (available from Visual Studio, tools menu -> Extensions and Updates... -> Online).

On Mac:

Install Visual Studio for Mac Community Edition. Right click the solution and build.

To be able to build for Android, follow the tutorial here for setting up: https://developer.xamarin.com/get-started-droid/ You'll also need to setup your Android device for testing purposes, see here for instructions: https://developer.xamarin.com/guides/android/getting_started/installation/set_up_device_for_development/. Once you're setup, select the AndroidRelease configuration and the ARM architecture (both should be available from the drop downs at the top bar), and then you can build and run.

To be able to build for IOS, follow the tutorial here for setting up: https://developer.xamarin.com/guides/ios/getting_started/installation/ You'll also need to setup your Android device for testing purposes, see here for instructions: https://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/.

On Linux:

Install Mono and MonoDevelop. Right click the solution and build.

It's not currently possible compiling for Android & IOS from Linux.

Documentation

Documentation is available at: https://tzachshabtay.github.io/MonoAGS/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].