Coder Social home page Coder Social logo

spacepoolalpha's Introduction

Space Pool Alpha

An intergalactic arcade pool simulation. Featuring time attack, tournament and two-player modes.

Space Pool Alpha

Programming and Game Design by Steve McCrea. Portraits and victory screen by AngelicCharon. Music by m0ds.
Additional game design and testing by bicilotti. Port 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.

Possible Improvements

  • 1st gamepad (simple support added, needs work).
  • 2nd gamepad support for two player (currently limited to two players on keyboard).
  • Leaderboards via IPlatformService (e.g. Xbox Live).

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.

spacepoolalpha's People

Contributors

clarvalon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.