Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theatrejs/example-menu
- Owner: theatrejs
- License: mit
- Created: 2024-08-29T21:59:23.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:40:55.000Z (2 months ago)
- Last Synced: 2024-10-30T00:46:22.595Z (2 months ago)
- Topics: 2d, canvas, engine, example, example-menu, game, game-engine, html, html5, javascript, pixel-art, theatrejs, webgl, webgl2
- Language: JavaScript
- Homepage: https://theatrejs.github.io/example-menu/
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```