Code Monkey home page Code Monkey logo

game-launcher's Introduction

Game-Launcher

Game-Launcher is a simple frontend designed for an Arcade machine or other game hardware that allows the user to browse a selection of games and start one. It was designed to be a much simpler alternative to fully-featured frontends (like Hyperspin) for system that have a handful of games rather than thousands.

Though it was designed for launching games, it can actually launch any type of executable.

It is written in JavaScript and HTML5 and runs on node-webkit. It utilizes the reveal.js framework for the user interface.

Currently it has only been tested on Windows, though it should work on Linux and Mac OS platforms as well.

Screenshots and a video demonstration can be found here.

User Experience

The user is launched into a full screen application and can then use the arrow keys to move left and right through a list of games. For each game a large image and the name of the game are displayed. Pressing enter (or other configured key) will cause the selected game to be launched.

During the launch process a loading screen will be shown to prevent the user from attempting to launch the game multiple times.

When idle, the frontend can be configured to launch a specific game after a configurable number of seconds.

How to Build

Currently, the build process only supports build output for Windows platforms and must be built from a Windows environment. Builds for other platforms must be created manually at this point.

Since the application is written in JavaScript and runs on node-webkit, the build process doesn't actually build any binaries. A "build" of Game-Launcher doesn't actually require a build script and can be "built" by simply copying the files to the right places next to a node-webkit build. Therefore the build script in this case is just for convenience.

The build script uses NAnt; if you don't have NAnt already you can install it via the Chocolatey package manager:

$ cinst nant

Once NAnt is installed, one of the build targets can be executed from the project directory:

$ git clone https://github.com/Justin-Credible/Game-Launcher
$ cd Game-Launcher
$ nant build

The build target will node-webkit, reveal.js, and other dependencies and copies the contents of src to the bin directory. After it completes, Game-Launcher can be started by executing Game-Launcher.exe from the bin directory.

Additionally, the package target can be used to ZIP file for distribution.

Configuration

Several parameters such as resolution, emulator path, and ROM list can be configured by editing the self-documented configuration.js file.

License

Copyright © 2014 Justin Unterreiner.

Released under an MIT license; see LICENSE for more information.

game-launcher's People

Contributors

justin-credible avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

msamael

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.