An open API service indexing awesome lists of open source software.

https://github.com/theatrejs/example-overlay-gamepad

🎮 A Gamepad Overlay example.
https://github.com/theatrejs/example-overlay-gamepad

2d canvas engine example example-overlay-gamepad game game-engine html html5 javascript pixel-art theatrejs webgl webgl2

Last synced: 3 months ago
JSON representation

🎮 A Gamepad Overlay example.

Awesome Lists containing this project

README

          

[![Copyright](https://img.shields.io/badge/©-deformhead-white.svg)](https://github.com/deformhead) ![License](https://img.shields.io/badge/license-UNLICENSED-blue.svg) [![@theatrejs/theatrejs NPM Version](https://img.shields.io/badge/@theatrejs/theatrejs-v1.21.0-blue)](https://www.npmjs.com/package/@theatrejs/theatrejs/v/1.21.0)

# Example Overlay Gamepad

> *🎮 A Gamepad Overlay example.*

## Installation

Clone the repository:

```shell
git clone https://github.com/theatrejs/example-overlay-gamepad.git
```

Intall the dependencies:

```shell
npm install
```

## Quick Start

```shell
npm start
```

## Edition

Create the `.env` file from the `.env.example` file:

```shell
cp .env.example .env
```

Update the `.env` file with your Aseprite and Reaper executable paths, for instance:

```
ASEPRITE=C:\Program Files\Aseprite\Aseprite.exe
REAPER=C:\Program Files\REAPER (x64)\reaper.exe
```