Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robloach/tic80-js-template
- Owner: RobLoach
- Created: 2019-06-10T03:26:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T20:28:09.000Z (over 5 years ago)
- Last Synced: 2023-04-09T06:57:33.655Z (over 1 year ago)
- Topics: tic-80
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```