Skip to content

clarvalon/LastAndFurious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last & Furious

A top-down racing game featuring two physics modes, wonky collision system and hastily set up opponent AI.

Last and Furious

Game by Ivan Mogilko. Art by Jim Reed. Music by Eric Matyas and Kevin MacLeod. 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 Creative Commons v4 License - see the License file for details

About

A top-down racing game featuring two physics modes, wonky collision system and hastily set up opponent AI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages