Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robloach/tic80-js-template

Template to build TIC-80 JavaScript games.
https://github.com/robloach/tic80-js-template

tic-80

Last synced: 15 days ago
JSON representation

Template to build TIC-80 JavaScript games.

Awesome Lists containing this project

README

        

# TIC-80 JavaScript Template

Template to build TIC-80 games with JavaScript, bundled together with [TIC-80 JS](https://github.com/RobLoach/tic80-js).

## Usage

1. Install [Node.js](https://nodejs.org) >= 10
```
node --version
```

2. Clone the repository locally:
```
git clone https://github.com/RobLoach/tic80-js-template.git
cd tic80-js-template
```

3. Install project dependencies with [npm](https://www.npmjs.com/):
```
npm install
```

4. Compile and run the game:
```
npm test
```