Skip to content

clarvalon/Awakener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awakener

Fadi has been given permission to visit his Aunt Sylvia for the day - but Auntie Sylvia has a problem, and would like some help fixing it. Join Fadi on a snack sized adventure through a colourful world that is host to a bunch of even more colourful characters!

Awakener

Game and Art by Ben Chandler. Music by Sebastian Pfaller. Ported to XAGE by Dan Alexander.

Prerequisites

Getting Started

  1. Clone this repository.

  2. Open the project in XAGE Editor (Content\Game.xag).

  3. Click Run button to build content and debug using Visual Studio. The build process will:

    • Prepare raw assets into .zip files.
    • Create any missing autogenerated code.
    • Ensure the latest runtime DLLs are in place.

For more information, please see here.

Publishing

To publish a standalone executable for easy distribution on Desktop platforms, navigate to the Publish directory and run the relevant .bat file. These .bat files can be edited to fit your individual needs.

To prevent the console window from appearing in Windows, ensure you have set the project's output type to 'Windows Application'.

There are some additional options that can be added to your .csproj that you can make to change the publish process:

  • The PublishTrimmed option can reduce the DLL size considerably, as it will remove framework code not being used. It is not foolproof however and you may need to add 'TrimmerRootAssembly' items to ensure needed code is not trimmed away.

  • The PublishReadyToRun option can pre-compile some of the code for the given platform, which can give a modest boost to startup time at the cost of size.

Additionally, Warp can be used to create a single-executable for distribution. In future this may be possible with the PublishSingleFile option once it matures.

OR - it is also possible to compile using the experimental CoreRT platform by following the instructions here.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Awakener for XAGE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages