Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theatrejs/example-menu

🎮 A Game Menu example.
https://github.com/theatrejs/example-menu

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

Last synced: about 2 months ago
JSON representation

🎮 A Game Menu 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-MIT-blue.svg)](https://github.com/theatrejs/example-menu/blob/master/LICENSE) [![@theatrejs/theatrejs NPM Version](https://img.shields.io/badge/@theatrejs/theatrejs-v1.7.0-blue)](https://www.npmjs.com/package/@theatrejs/theatrejs/v/1.7.0)

# Example Menu

> *🎮 A Game Menu example.*

## Installation

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

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

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

Update the `.env` file with your Aseprite executable path, for instance:

```
ASEPRITE=C:\Program Files\Aseprite\Aseprite.exe
```

## Quick Start

```shell
npm start
```